Stay organized with collections
Save and categorize content based on your preferences.
org.xml.sax
Interfaces
AttributeList |
Interface for an element's attribute specifications.
|
Attributes |
Interface for a list of XML attributes.
|
ContentHandler |
Receive notification of the logical content of a document.
|
DocumentHandler |
Receive notification of general document events.
|
DTDHandler |
Receive notification of basic DTD-related events.
|
EntityResolver |
Basic interface for resolving entities.
|
ErrorHandler |
Basic interface for SAX error handlers.
|
Locator |
Interface for associating a SAX event with a document location.
|
Parser |
Basic interface for SAX (Simple API for XML) parsers.
|
XMLFilter |
Interface for an XML filter.
|
XMLReader |
Interface for reading an XML document using callbacks.
|
Classes
Exceptions
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# org.xml.sax\n===========\n\nInterfaces\n----------\n\n|------------------------------------------------------------------|-----------------------------------------------------------------|\n| [AttributeList](/reference/kotlin/org/xml/sax/AttributeList) | Interface for an element's attribute specifications. |\n| [Attributes](/reference/kotlin/org/xml/sax/Attributes) | Interface for a list of XML attributes. |\n| [ContentHandler](/reference/kotlin/org/xml/sax/ContentHandler) | Receive notification of the logical content of a document. |\n| [DocumentHandler](/reference/kotlin/org/xml/sax/DocumentHandler) | Receive notification of general document events. |\n| [DTDHandler](/reference/kotlin/org/xml/sax/DTDHandler) | Receive notification of basic DTD-related events. |\n| [EntityResolver](/reference/kotlin/org/xml/sax/EntityResolver) | Basic interface for resolving entities. |\n| [ErrorHandler](/reference/kotlin/org/xml/sax/ErrorHandler) | Basic interface for SAX error handlers. |\n| [Locator](/reference/kotlin/org/xml/sax/Locator) | Interface for associating a SAX event with a document location. |\n| [Parser](/reference/kotlin/org/xml/sax/Parser) | Basic interface for SAX (Simple API for XML) parsers. |\n| [XMLFilter](/reference/kotlin/org/xml/sax/XMLFilter) | Interface for an XML filter. |\n| [XMLReader](/reference/kotlin/org/xml/sax/XMLReader) | Interface for reading an XML document using callbacks. |\n\nClasses\n-------\n\n|----------------------------------------------------------|------------------------------------------|\n| [HandlerBase](/reference/kotlin/org/xml/sax/HandlerBase) | Default base class for handlers. |\n| [InputSource](/reference/kotlin/org/xml/sax/InputSource) | A single input source for an XML entity. |\n\nExceptions\n----------\n\n|--------------------------------------------------------------------------------------|-------------------------------------------------|\n| [SAXException](/reference/kotlin/org/xml/sax/SAXException) | Encapsulate a general SAX error or warning. |\n| [SAXNotRecognizedException](/reference/kotlin/org/xml/sax/SAXNotRecognizedException) | Exception class for an unrecognized identifier. |\n| [SAXNotSupportedException](/reference/kotlin/org/xml/sax/SAXNotSupportedException) | Exception class for an unsupported operation. |\n| [SAXParseException](/reference/kotlin/org/xml/sax/SAXParseException) | Encapsulate an XML parse error or warning. |"]]