Interface | Description |
---|---|
Element |
This interface defines the additional methods that need to be impkemented by
an Element.
|
Node |
A base interface for all of the XML elements.
|
XMLReader |
This reads an XML element or document and converts to a String.
|
XMLWriter |
This reads a String and converts inot XML elements.
|
Class | Description |
---|---|
Attribute |
This class describes the functionality required by an XML attribute.
|
Document |
This class describes the functionality required by an XML document.
|
XMLBuilder |
This class extends an XML builder's functionality over a lighter version.
|
XMLFactory |
This abstract class must be extended by any class wishing to create xml
documents or elements returning abstract instances.
|