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\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\norg.xml.sax.ext\n===============\n\nInterfaces\n----------\n\n|---------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|\n| [Attributes2](/reference/org/xml/sax/ext/Attributes2) | SAX2 extension to augment the per-attribute information provided though [Attributes](/reference/org/xml/sax/Attributes). |\n| [DeclHandler](/reference/org/xml/sax/ext/DeclHandler) | SAX2 extension handler for DTD declaration events. |\n| [EntityResolver2](/reference/org/xml/sax/ext/EntityResolver2) | Extended interface for mapping external entity references to input sources, or providing a missing external subset. |\n| [LexicalHandler](/reference/org/xml/sax/ext/LexicalHandler) | SAX2 extension handler for lexical events. |\n| [Locator2](/reference/org/xml/sax/ext/Locator2) | SAX2 extension to augment the entity information provided though a [Locator](/reference/org/xml/sax/Locator). |\n\nClasses\n-------\n\n|---------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Attributes2Impl](/reference/org/xml/sax/ext/Attributes2Impl) | SAX2 extension helper for additional Attributes information, implementing the [Attributes2](/reference/org/xml/sax/ext/Attributes2) interface. |\n| [DefaultHandler2](/reference/org/xml/sax/ext/DefaultHandler2) | This class extends the SAX2 base handler class to support the SAX2 [LexicalHandler](/reference/org/xml/sax/ext/LexicalHandler), [DeclHandler](/reference/org/xml/sax/ext/DeclHandler), and [EntityResolver2](/reference/org/xml/sax/ext/EntityResolver2) extensions. |\n| [Locator2Impl](/reference/org/xml/sax/ext/Locator2Impl) | SAX2 extension helper for holding additional Entity information, implementing the [Locator2](/reference/org/xml/sax/ext/Locator2) interface. |\n\n-\n\n Interfaces\n ----------\n\n - [Attributes2](/reference/org/xml/sax/ext/Attributes2)\n - [DeclHandler](/reference/org/xml/sax/ext/DeclHandler)\n - [EntityResolver2](/reference/org/xml/sax/ext/EntityResolver2)\n - [LexicalHandler](/reference/org/xml/sax/ext/LexicalHandler)\n - [Locator2](/reference/org/xml/sax/ext/Locator2)\n-\n\n Classes\n -------\n\n - [Attributes2Impl](/reference/org/xml/sax/ext/Attributes2Impl)\n - [DefaultHandler2](/reference/org/xml/sax/ext/DefaultHandler2)\n - [Locator2Impl](/reference/org/xml/sax/ext/Locator2Impl)"]]