| Interface | Description | 
|---|---|
| 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. | 
| XMLDocumentFilter | Defines a document filter that acts as both a receiver and an emitter
 of document events. | 
| 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. | 
| XMLDTDContentModelSource | Defines a DTD content model source. | 
| XMLDTDFilter | Defines a DTD filter that acts as both a receiver and an emitter
 of DTD events. | 
| 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. | 
| XMLParserConfiguration | Represents a parser configuration. | 
| XMLPullParserConfiguration | Represents a parser configuration that can be used as the 
 configuration for a "pull" parser. | 
| Class | Description | 
|---|---|
| XMLInputSource | This class represents an input source for an XML document. | 
| Exception | Description | 
|---|---|
| XMLConfigurationException | An XNI parser configuration exception. | 
| XMLParseException | A parsing exception. | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.