org.apache.xerces.impl |
|
Java Source File Name | Type | Comment |
Constants.java | Class | Commonly used constants. |
ExternalSubsetResolver.java | Interface | This interface extends XMLEntityResolver providing
a method to resolve external subsets for documents which do not
explicitly provide one. |
RevalidationHandler.java | Interface | |
Version.java | Class | This class defines the version number of the parser. |
XML11DocumentScannerImpl.java | Class | This class is responsible for scanning XML document structure
and content. |
XML11DTDScannerImpl.java | Class | This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document. |
XML11EntityScanner.java | Class | Implements the entity scanner methods in
the context of XML 1.1. |
XML11NamespaceBinder.java | Class | This class performs namespace binding on the startElement and endElement
method calls in accordance with Namespaces in XML 1.1. |
XML11NSDocumentScannerImpl.java | Class | The scanner acts as the source for the document
information which is communicated to the document handler. |
XMLDocumentFragmentScannerImpl.java | Class | This class is responsible for scanning the structure and content
of document fragments. |
XMLDocumentScannerImpl.java | Class | This class is responsible for scanning XML document structure
and content. |
XMLDTDScannerImpl.java | Class | This class is responsible for scanning the declarations found
in the internal and external subsets of a DTD in an XML document. |
XMLEntityDescription.java | Interface | |
XMLEntityHandler.java | Interface | The entity handler interface defines methods to report information
about the start and end of entities. |
XMLEntityManager.java | Class | The entity manager handles the registration of general and parameter
entities; resolves entities; and starts entities. |
XMLEntityScanner.java | Class | Implements the entity scanner methods. |
XMLErrorReporter.java | Class | This class is a common element of all parser configurations and is
used to report errors that occur. |
XMLNamespaceBinder.java | Class | This class performs namespace binding on the startElement and endElement
method calls and passes all other methods through to the registered
document handler. |
XMLNSDocumentScannerImpl.java | Class | The scanner acts as the source for the document
information which is communicated to the document handler. |
XMLScanner.java | Class | This class is responsible for holding scanning methods common to
scanning the XML document structure and content as well as the DTD
structure and content. |
XMLVersionDetector.java | Class | This class scans the version of the document to determine
which scanner to use: XML 1.1 or XML 1.0.
The version is scanned using XML 1.1. |