Package net.groboclown.xml.resource.v1

Resource objects which can be loaded from XML.

See:
          Description

Interface Summary
IGetXMLReader The sole purpose of this class is to create and return an XMLReader instance.
IXMLResource Classes which implement this interface allow themselves to easily be initialized from an XML file.
 

Class Summary
DefaultXMLResource Simple class for implementing the IXMLResource.
XMLBaseResource A base XML resource class, which implements the IXMLResource in an easily subclassable way, such that each subclass can use the IXMLSubResource interface.
XMLReaderUtil When JAXP becomes standardized, this can simply call the JAXP interface.
XMLResourceHandler This class handles the loading of IXMLResource instances from an XML file.
XMLResourceLink Loads another XML file from the resource URL specified in the "src" attribute, and all resources loaded from that URL will replace this object in the children hierarchy.
XMLResourceLoader A utility class which invokes the XML parser to extract the IXMLResource instances from the XML file.
 

Package net.groboclown.xml.resource.v1 Description

Resource objects which can be loaded from XML.

Philosophy

The XMLResource allows for an application's resources to be stored in an XML file, and built at runtime into a class hierarchy.



Written under the LGPL