Package org.biojava.utils.xml

Utility classes for handling and generating XML documents.

See:
          Description

Interface Summary
AppEntry  
Initializable  
XMLPeerFactory Interface to an factory which produces Java objects which reflect element in an XML document.
XMLWritable Object which knows how to represent itself as an XML element.
XMLWriter Simple interface for building XML documents.
 

Class Summary
AppBeanRunner Create a bean from an XML file, then attempt to enter it.
FastXMLWriter Simple implementation of XMLWriter, optimized for speed.
PrettyXMLWriter Implementation of XMLWriter which emits nicely formatted documents to a PrintWriter.
ResourceEntityResolver SAX EntityResolve which looks up system IDs as resources from a Java ClassLoader.
XMLBeans Construct java beans from XML elements
XMLDispatcher Simple implementation 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.
 

Exception Summary
AppException  
 

Package org.biojava.utils.xml Description

Utility classes for handling and generating XML documents. These include XMLBeans, a simple tool for creating Java objects from XML, which is used for configuration management by several applications, and a simple framework for outputting XML.