Package org.biojava.utils.xml

This package contains a number of utilities for processing XML documents.

See:
          Description

Interface Summary
XMLPeerFactory Interface to an factory which produces Java objects which reflect element in an XML document.
 

Class Summary
XMLDispatcher Simple implemntation of XMLPeerFactory which delegates object- construction on the basis of tag name.
XMLPeerBuilder SAX DocumentHandler which uses an XMLPeerFactory to construct Java objects reflecting an XML document.
 

Package org.biojava.utils.xml Description

This package contains a number of utilities for processing XML documents. Currently, the main contents are the XMLPeerBuilder system, a simple but configurable method for constructing hierarchies of Java objects bases on XML.

This package does not contain an XML parser: you are expected to provide your own SAX-compliant XML parser.