Uses of Interface
javolution.xml.sax.XMLReader

Packages that use XMLReader
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). 
 

Uses of XMLReader in javolution.xml.sax
 

Classes in javolution.xml.sax that implement XMLReader
 class 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-2012 Javolution. All Rights Reserved.