| ExternalSubsetResolver | This interface extends |
code | html |
| RevalidationHandler | DOM Revalidation handler adds additional functionality to XMLDocumentHandler | code | html |
| XMLDocumentFragmentScannerImpl.Dispatcher | This interface defines an XML "event" dispatching model. | code | html |
| XMLEntityDescription | This interface describes the properties of entities--their physical location and their name. |
code | html |
| XMLEntityHandler | The entity handler interface defines methods to report information about the start and end of entities. | code | html |
| XMLEntityManager.Entity | Entity information. | code | html |
| XMLScanner | 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. | code | html |
| Constants | Commonly used constants. | code | html |
| Constants.ArrayEnumeration | An array enumeration. | code | html |
| Version | This class defines the version number of the parser. | code | html |
| XML11DTDScannerImpl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. | code | html |
| XML11DocumentScannerImpl | This class is responsible for scanning XML document structure and content. | code | html |
| XML11EntityScanner | Implements the entity scanner methods in the context of XML 1.1. | code | html |
| XML11NSDocumentScannerImpl | The scanner acts as the source for the document information which is communicated to the document handler. | code | html |
| XML11NSDocumentScannerImpl.NS11ContentDispatcher | Dispatcher to handle content scanning. | code | html |
| XML11NamespaceBinder | This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1. | code | html |
| XMLDTDScannerImpl | This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. | code | html |
| XMLDocumentFragmentScannerImpl | This class is responsible for scanning the structure and content of document fragments. | code | html |
| XMLDocumentFragmentScannerImpl.ElementStack | Element stack. | code | html |
| XMLDocumentFragmentScannerImpl.FragmentContentDispatcher | Dispatcher to handle content scanning. | code | html |
| XMLDocumentScannerImpl | This class is responsible for scanning XML document structure and content. | code | html |
| XMLDocumentScannerImpl.ContentDispatcher | Dispatcher to handle content scanning. | code | html |
| XMLDocumentScannerImpl.DTDDispatcher | Dispatcher to handle the internal and external DTD subsets. | code | html |
| XMLDocumentScannerImpl.PrologDispatcher | Dispatcher to handle prolog scanning. | code | html |
| XMLDocumentScannerImpl.TrailingMiscDispatcher | Dispatcher to handle trailing miscellaneous section scanning. | code | html |
| XMLDocumentScannerImpl.XMLDeclDispatcher | Dispatcher to handle XMLDecl scanning. | code | html |
| XMLEntityManager | The entity manager handles the registration of general and parameter entities; resolves entities; and starts entities. | code | html |
| XMLEntityManager.ByteBufferPool | Pool of byte buffers for the java.io.Readers. | code | html |
| XMLEntityManager.CharacterBuffer | Buffer used in entity manager to reuse character arrays instead of creating new ones every time. | code | html |
| XMLEntityManager.CharacterBufferPool | Stores a number of character buffers and provides it to the entity manager to use when an entity is seen. | code | html |
| XMLEntityManager.ExternalEntity | External entity. | code | html |
| XMLEntityManager.InternalEntity | Internal entity. | code | html |
| XMLEntityManager.RewindableInputStream | This class wraps the byte inputstreams we're presented with. | code | html |
| XMLEntityManager.ScannedEntity | Entity state. | code | html |
| XMLEntityScanner | Implements the entity scanner methods. | code | html |
| XMLErrorReporter | This class is a common element of all parser configurations and is used to report errors that occur. | code | html |
| XMLNSDocumentScannerImpl | The scanner acts as the source for the document information which is communicated to the document handler. | code | html |
| XMLNSDocumentScannerImpl.NSContentDispatcher | Dispatcher to handle content scanning. | code | html |
| XMLNamespaceBinder | This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler. | code | html |
| XMLVersionDetector | This class scans the version of the document to determine which scanner to use: XML 1.1 or XML 1.0. | code | html |