Module xmlreader
An XML Reader is the SAX 2 name for an XML parser. XML Parsers should
be based on this code.
|
XMLReader
Interface for reading an XML document using callbacks.
|
|
IncrementalParser
This interface adds three extra methods to the XMLReader interface
that allow XML parsers to support incremental parsing.
|
|
Locator
Interface for associating a SAX event with a document location.
|
|
InputSource
Encapsulation of the information needed by the XMLReader to read
entities.
|
|
AttributesImpl
|
|
AttributesNSImpl
|
Imports:
handler,
SAXNotSupportedException,
SAXNotRecognizedException