Class | Description |
---|---|
AttributeImpl |
This class represents an attribute of an XML element.
|
DocumentImpl |
This class extends an XML document's functionality over a lighter version.
|
ElementImpl |
This class extends an element functionality over a lighter version.
|
NodeImpl |
A base class for all of the XML elements.
|
XMLBuilderImpl |
This class extends an XML builder's functionality over a lighter version.
|
XMLFactoryImpl |
This class implements the methods for the default node factory class.
|
XmlHandler |
This class can be used to parse XML to or from a String in formatted or un-formatted form.
|
XMLReaderImpl |
This reads an XML element or document and converts to a String.
|
XMLWriterImpl |
This reads a String and converts into XML elements.
|
XMLWriterNano |
An XMLWriterNano writes XML data to a stream.
|