This package provides a unified interface to build a hierarchy for a document defined as a resource name. This family of classes simplifies building a hierarchy from a resource - assuming the resource is an XML file.

Please note: One may assume the resource is a validating or non- validating document depending on the create() methods defined below (assume resource foo.xml is the resource):

Please note: this package relies upon classes from both org.jplate.util.xml.document and org.jplate.util.xml.hierarchy packages. Loading of resources follows the same rules as those defined by org.jplate.util.xml.document classes. @see org.jplate.util.resourcemgr @see org.jplate.util.xml.document @see org.jplate.util.xml.hierarchy