Package org.vast.xml
package org.vast.xml
-
ClassDescriptionAbstract base for delegating XML stream readers.
By default, all methods are delegated to the underlying readerAbstract 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 classesWrapper providing indenting support for any stream writerIXMLReaderDOM<ObjectType>Interface for XML readers converting a DOM tree to Java objectsIXMLReaderStAX<ObjectType>Interface for all XML readers implemented using StAXIXMLWriterDOM<ObjectType>Interface for XML writer converting Java objects to a DOM elementIXMLWriterStAX<ObjectType>Interface for all XML readers implemented using StAXWrapper class for a DOM XML documentIdentifies an XML fragment with a parent document and a base element nodeHelper class to manage what XML implementations are usedException generated by implementations of XML reading interfacesThis 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