Package org.biojava.utils.xml

Utility classes for handling and generating XML documents.

See:
          Description

Interface Summary
AppEntry  
Initializable  
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
 

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.