Package org.xml.sax.ext
Interface Summary |
Attributes2 |
SAX2 extension to augment the per-attribute information
provided though {@link 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 {@link Locator}.
|
Class Summary |
Attributes2Impl |
SAX2 extension helper for additional Attributes information,
implementing the {@link Attributes2} interface.
|
DefaultHandler2 |
This class extends the SAX2 base handler class to support the
SAX2 {@link LexicalHandler}, {@link DeclHandler}, and
{@link EntityResolver2} extensions. |
Locator2Impl |
SAX2 extension helper for holding additional Entity information,
implementing the {@link Locator2} interface.
|