Stay organized with collections
Save and categorize content based on your preferences.
org.xml.sax.ext
Interfaces
Attributes2 |
SAX2 extension to augment the per-attribute information provided though Attributes .
|
DeclHandler |
SAX2 extension handler for DTD declaration events.
|
EntityResolver2 |
Extended interface for mapping external entity references to input sources, or providing a missing external subset.
|
LexicalHandler |
SAX2 extension handler for lexical events.
|
Locator2 |
SAX2 extension to augment the entity information provided though a Locator .
|
Classes
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# org.xml.sax.ext\n===============\n\nInterfaces\n----------\n\n|----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| [Attributes2](/reference/kotlin/org/xml/sax/ext/Attributes2) | SAX2 extension to augment the per-attribute information provided though [Attributes](../Attributes.html#). |\n| [DeclHandler](/reference/kotlin/org/xml/sax/ext/DeclHandler) | SAX2 extension handler for DTD declaration events. |\n| [EntityResolver2](/reference/kotlin/org/xml/sax/ext/EntityResolver2) | Extended interface for mapping external entity references to input sources, or providing a missing external subset. |\n| [LexicalHandler](/reference/kotlin/org/xml/sax/ext/LexicalHandler) | SAX2 extension handler for lexical events. |\n| [Locator2](/reference/kotlin/org/xml/sax/ext/Locator2) | SAX2 extension to augment the entity information provided though a [Locator](../Locator.html#). |\n\nClasses\n-------\n\n|----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Attributes2Impl](/reference/kotlin/org/xml/sax/ext/Attributes2Impl) | SAX2 extension helper for additional Attributes information, implementing the [Attributes2](/reference/kotlin/org/xml/sax/ext/Attributes2) interface. |\n| [DefaultHandler2](/reference/kotlin/org/xml/sax/ext/DefaultHandler2) | This class extends the SAX2 base handler class to support the SAX2 [LexicalHandler](/reference/kotlin/org/xml/sax/ext/LexicalHandler), [DeclHandler](/reference/kotlin/org/xml/sax/ext/DeclHandler), and [EntityResolver2](/reference/kotlin/org/xml/sax/ext/EntityResolver2) extensions. |\n| [Locator2Impl](/reference/kotlin/org/xml/sax/ext/Locator2Impl) | SAX2 extension helper for holding additional Entity information, implementing the [Locator2](/reference/kotlin/org/xml/sax/ext/Locator2) interface. |"]]