SAX2
and
SAX2-Like
parsers; the later
being several times faster than conventional SAX2 parsers (by avoiding
String
allocations while parsing).See: Description
Interface | Description |
---|---|
Attributes |
This interface represents a list of XML attributes.
|
ContentHandler |
Receives notification of the logical content of a document.
|
XMLReader |
SAX2-like interface for reading an XML document using callbacks.
|
Class | Description |
---|---|
DefaultHandler |
Default base class for real-time handling of XML events.
|
SAX2ReaderImpl |
This class provides a SAX2-compliant parser wrapping a
XMLReaderImpl . |
XMLReaderImpl |
This class provides a real-time SAX2-like XML parser; this parser is
extremely fast and does not create temporary objects
(no garbage generated and no GC interruption).
|
Copyright © 2005 - 2009 Javolution.