Package org.biojava.utils.xml


package org.biojava.utils.xml

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.

  • Class
    Description
    Create a bean from an XML file, then attempt to enter it.
     
     
    Simple implementation of XMLWriter, optimized for speed.
     
    Implementation of XMLWriter which emits nicely formatted documents to a PrintWriter.
    SAX EntityResolve which looks up system IDs as resources from a Java ClassLoader.
    Construct java beans from XML elements
    Object which knows how to represent itself as an XML element.
    Simple interface for building XML documents.