Augmentations
| The Augmentations interface defines a table of additional data that may
be passed along the document pipeline. |
code | html |
NamespaceContext
| Represents an interface to query namespace information. |
code | html |
XMLAttributes
| The XMLAttributes interface defines a collection of attributes for
an element. |
code | html |
XMLDTDContentModelHandler
| The DTD content model handler interface defines callback methods
to report information items in DTD content models of an element
declaration. |
code | html |
XMLDTDHandler
| The DTD handler interface defines callback methods to report
information items in the DTD of an XML document. |
code | html |
XMLDocumentFragmentHandler
| This handler interface contains methods necessary to receive
information about document elements and content. |
code | html |
XMLDocumentHandler
| The document handler interface defines callback methods to report
information items in XML documents. |
code | html |
XMLLocator
| Location information. |
code | html |
XMLResourceIdentifier
| This represents the basic physical description of the location of any
XML resource (a Schema grammar, a DTD, a general entity etc.) |
code | html |