org.xml.sax.ext
Stay organized with collections
Save and categorize content based on your preferences.
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-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 2024-07-10 UTC."],[[["This page documents SAX2 extension interfaces and classes for handling additional XML information."],["Interfaces like `Attributes2`, `DeclHandler`, `EntityResolver2`, `LexicalHandler`, and `Locator2` extend core SAX2 functionality."],["Helper classes such as `Attributes2Impl`, `DefaultHandler2`, and `Locator2Impl` provide default implementations for these extensions."]]],["The content details SAX2 extensions for XML processing. `Attributes2` augments per-attribute information. `DeclHandler` manages DTD declaration events. `EntityResolver2` maps entity references or provides a missing subset. `LexicalHandler` handles lexical events. `Locator2` extends entity information. `Attributes2Impl`, `DefaultHandler2`, and `Locator2Impl` are helper classes that implement `Attributes2`, provide support for extensions, and implement `Locator2`, respectively.\n"]]