Uses of Package
net.groboclown.xml.resource.v1

Packages that use net.groboclown.xml.resource.v1
net.groboclown.xml.resource.v1 Resource objects which can be loaded from XML. 
net.groboclown.xml.resource.v1.xerces The XML parser loader for xerces. 
 

Classes in net.groboclown.xml.resource.v1 used by net.groboclown.xml.resource.v1
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.
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.
XMLResourceLoader
          A utility class which invokes the XML parser to extract the IXMLResource instances from the XML file.
 

Classes in net.groboclown.xml.resource.v1 used by net.groboclown.xml.resource.v1.xerces
IGetXMLReader
          The sole purpose of this class is to create and return an XMLReader instance.
 



Written under the LGPL