Uses of Package
javolution.xml.sax

Packages that use javolution.xml.sax
javolution.xml Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML
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). 
javolution.xml.stream Provides StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster and more time predictable than standard StAX classes. 
 

Classes in javolution.xml.sax used by javolution.xml
Attributes
           This interface represents a list of XML attributes.
 

Classes in javolution.xml.sax used by javolution.xml.sax
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.
 

Classes in javolution.xml.sax used by javolution.xml.stream
Attributes
           This interface represents a list of XML attributes.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.