| Interface | Description |
|---|---|
| XmlConstants |
The XmlConstants class defines some useful constants for XML namespaces.
|
| XmlProcessorContext |
The XmlProcessorContext interface is used by
XmlProcessor
implementations to record errors in processing an XML document and to share
attributes (objects) between the process methods. |
| Class | Description |
|---|---|
| DomUtil | |
| QNameComparator | |
| QNameFactory | |
| SimpleXmlProcessorContext |
The SimpleXmlProcessorContext class is a simple implementation of
XmlProcessorContext that can be used by XmlProcessor
implementations to record errors in processing an XML document and to share
attributes (objects) between the process methods. |
| StaxUtils |
The StaxUtils class provides utility methods for processing XML using the
XMLStreamReader class. |
| StaxXmlWriter |
The StaxXmlWriter is a wrapper around an
XmlWriter that implements
the XMLStreamWriter interface from the StAX API. |
| XmlMapIoFactory | |
| XmlMapIterator | |
| XmlMapWriter | |
| XmlProcessor |
The XmlProcessor class provides a framework for processing an XML Document to
create a Java Object representation of the document or to perform other
actions on the contents of the document.
|
| XmlProcessorError |
The XmlProcessorError class is used to record the information about an error
in processing an XML document by the
XmlProcessor class. |
| XmlReader | |
| XmlRecordIoFactory | |
| XmlRecordWriter | |
| XmlUtil | |
| XmlWriter |
The XmlWriter class is a subclass of
Writer that provides additional
methods to write XML documents. |
| XsiConstants |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.