Class Summary | |
---|---|
Augmentations | The Augmentations interface defines a table of additional data that may be passed along the document pipeline. |
Grammar | A generic grammar for use in validating XML documents. |
NamespaceContext | Represents an interface to query namespace information. |
QName | A structure that holds the components of an XML Namespaces qualified name. |
XMLAttributes | The XMLAttributes interface defines a collection of attributes for an element. |
XMLComponent | The component interface defines methods that must be implemented by components in a parser configuration. |
XMLComponentManager | The component manager manages a parser configuration and the components that make up that configuration. |
XMLConfigurationException | An XNI parser configuration exception. |
XMLDocumentFilter | Defines a document filter that acts as both a receiver and an emitter of document events. |
XMLDocumentFragmentHandler | This handler interface contains methods necessary to receive information about document elements and content. |
XMLDocumentHandler | The document handler interface defines callback methods to report information items in XML documents. |
XMLDocumentScanner | This interface defines a generic document scanner. |
XMLDocumentSource | Defines a document source. |
XMLDTDContentModelFilter | Defines a DTD content model filter that acts as both a receiver and an emitter of DTD content model events. |
XMLDTDContentModelHandler | The DTD content model handler interface defines callback methods to report information items in DTD content models of an element declaration. |
XMLDTDContentModelSource | Defines a DTD content model source. |
XMLDTDDescription | All information specific to DTD grammars. |
XMLDTDFilter | Defines a DTD filter that acts as both a receiver and an emitter of DTD events. |
XMLDTDHandler | The DTD handler interface defines callback methods to report information items in the DTD of an XML document. |
XMLDTDScanner | This interface defines a generic DTD scanner. |
XMLDTDSource | Defines a DTD source. |
XMLEntityResolver | This interface is used to resolve external parsed entities. |
XMLErrorHandler | An interface for handling errors. |
XMLGrammarDescription |
This interface describes basic attributes of XML grammars--their physical location and their type. |
XMLGrammarLoader | The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents. |
XMLGrammarPool |
This interface specifies how the parser and the application interact with respect to Grammar objects that the application possesses--either by having precompiled them or by having stored them from a previous validation of an instance document. |
XMLInputSource | This class represents an input source for an XML document. |
XMLLocator | Location information. |
XMLParseException | A parsing exception. |
XMLParserConfiguration | Represents a parser configuration. |
XMLPullParserConfiguration | Represents a parser configuration that can be used as the configuration for a "pull" parser. |
XMLResourceIdentifier |
This represents the basic physical description of the location of any XML resource (a Schema grammar, a DTD, a general entity etc.) |
XMLSchemaDescription | All information specific to XML Schema grammars. |
XMLString | This class is used as a structure to pass text contained in the underlying character buffer of the scanner. |
XNIException | This exception is the base exception of all XNI exceptions. |
XSGrammar | Representing a schema grammar. |