J avolution v5.2 (J2SE 1.5+)

Package javolution.xml.sax

Provides 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).
 

Package javolution.xml.sax Description

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.2 (J2SE 1.5+)

Copyright © 2005 - 2007 Javolution.