Package org.vast.xml


package org.vast.xml
  • Class
    Description
    Abstract base for delegating XML stream readers.
    By default, all methods are delegated to the underlying reader
    Abstract base for delegating XML stream writers.
    By default, all methods are delegated to the underlying writer.
    TODO DOMHelper description TODO try to avoid calls to xerces specific classes
     
    Wrapper providing indenting support for any stream writer
    IXMLReaderDOM<ObjectType>
    Interface for XML readers converting a DOM tree to Java objects
    IXMLReaderStAX<ObjectType>
    Interface for all XML readers implemented using StAX
    IXMLWriterDOM<ObjectType>
    Interface for XML writer converting Java objects to a DOM element
    IXMLWriterStAX<ObjectType>
    Interface for all XML readers implemented using StAX
     
    Wrapper class for a DOM XML document
    Identifies an XML fragment with a parent document and a base element node
    Helper class to manage what XML implementations are used
     
    Exception generated by implementations of XML reading interfaces
    This wrapper allows specifying the URI of the document that the stream is read from.
    This can be used for error localization as well as for relative link resolution.
    Exception generated by implementations of XML writing interfaces