Class Load3

java.lang.Object
org.docx4j.openpackaging.io.Load
org.docx4j.openpackaging.io3.Load3

public class Load3
extends Load
Create a Package object using a PartLoader. This class doesn't care how the parts are physically stored (that is PartLoader's problem). What this class knows how to do is to traverse the opc, via its relationships. It would be possible/interesting to have a design which lazily followed the rels, but we don't do that. All rel parts are unmarshalled and traversed when invoked.
Author:
jharrop