|
J avolution v5.4 (J2SE 1.6+) | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
SAX2
and
SAX2-Like
parsers; the later
being several times faster than conventional SAX2 parsers (by avoiding
String
allocations while parsing).
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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). |
Provides SAX2
and
SAX2-Like
parsers; the later
being several times faster than conventional SAX2 parsers (by avoiding
String
allocations while parsing).
|
J avolution v5.4 (J2SE 1.6+) | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |