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.

  • Interface Summary 
    Interface Description
    AppEntry  
    Initializable  
    XMLWritable

    Object which knows how to represent itself as an XML element.

    XMLWriter

    Simple interface for building XML documents.

  • Class Summary 
    Class Description
    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 
    Exception Description
    AppException