| Type | Reason |
|---|---|
| HandlerBase | Default base class for handlers. |
| IAttributeList | Interface for an element's attribute specifications. |
| IAttributes | Interface for a list of XML attributes. |
| IContentHandler | Receive notification of the logical content of a document. |
| IDocumentHandler | Receive notification of general document events. |
| IDTDHandler | Receive notification of basic DTD-related events. |
| IEntityResolver | Basic interface for resolving entities. |
| IErrorHandler | Basic interface for SAX error handlers. |
| ILocator | Interface for associating a SAX event with a document location. |
| InputSource | A single input source for an XML entity. |
| IParser | Basic interface for SAX (Simple API for XML) parsers. |
| IParserExtensions | Documentation for this section has not yet been entered. |
| IXMLFilter | Interface for an XML filter. |
| IXMLReader | Interface for reading an XML document using callbacks. |
| IXMLReaderExtensions | Documentation for this section has not yet been entered. |
| SAXException | Encapsulate a general SAX error or warning. |
| SAXNotRecognizedException | Exception class for an unrecognized identifier. |
| SAXNotSupportedException | Exception class for an unsupported operation. |
| SAXParseException | Encapsulate an XML parse error or warning. |