com.sun.xml.stream.xerces.xni |
|
Java Source File Name | Type | Comment |
Augmentations.java | Interface | The Augmentations interface defines a table of additional data that may
be passed along the document pipeline. |
NamespaceContext.java | Interface | Represents an interface to query namespace information. |
QName.java | Class | A structure that holds the components of an XML Namespaces qualified
name.
To be used correctly, the strings must be identical references for
equal strings. |
XMLAttributes.java | Interface | The XMLAttributes interface defines a collection of attributes for
an element. |
XMLDocumentFragmentHandler.java | Interface | This handler interface contains methods necessary to receive
information about document elements and content. |
XMLDocumentHandler.java | Interface | The document handler interface defines callback methods to report
information items in XML documents. |
XMLDTDContentModelHandler.java | Interface | The DTD content model handler interface defines callback methods
to report information items in DTD content models of an element
declaration. |
XMLDTDHandler.java | Interface | The DTD handler interface defines callback methods to report
information items in the DTD of an XML document. |
XMLLocator.java | Interface | Location information. |
XMLResourceIdentifier.java | Interface | |
XMLString.java | Class | This class is used as a structure to pass text contained in the underlying
character buffer of the scanner. |
XNIException.java | Class | This exception is the base exception of all XNI exceptions. |