Package xml :: Package sax :: Module xmlreader
[hide private]
[frames] | no frames]

Module xmlreader

An XML Reader is the SAX 2 name for an XML parser. XML Parsers should be based on this code.

Classes [hide private]
  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
Functions [hide private]
 
_test()

Imports: handler, SAXNotSupportedException, SAXNotRecognizedException