Uses of Interface
javolution.xml.stream.XMLStreamConstants

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

Uses of XMLStreamConstants in javolution.xml.stream
 

Subinterfaces of XMLStreamConstants in javolution.xml.stream
 interface XMLStreamReader
           This interface is similar to javax.xml.stream.XMLStreamReader; but it does not forces dynamic allocation when parsing (its methods returns CharArray instances instead of String).
 

Classes in javolution.xml.stream that implement XMLStreamConstants
 class XMLStreamReaderImpl
           This class represents a reusable implementation of XMLStreamWriter.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.