Uses of Package
javolution.xml.stream

Packages that use javolution.xml.stream
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.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. 
javolution.xml.ws Provides classes and interfaces to create and handle web services. 
 

Classes in javolution.xml.stream used by javolution.xml
XMLStreamException
          This class represents the base exception for unexpected processing errors.
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).
XMLStreamWriter
           This interface is similar to javax.xml.stream.XMLStreamWriter; but it does not forces dynamic allocation when formatting (any CharSequence can be used instead of String).
 

Classes in javolution.xml.stream used by javolution.xml.stream
Location
          Provides information on the location of an event.
NamespaceContext
          This interface represents the XML namespace context stack while parsing.
XMLInputFactory
           The class represents the factory for getting XMLStreamReader intances.
XMLOutputFactory
           The class represents the factory for getting XMLStreamWriter intances.
XMLStreamConstants
          This interface declares the constants used in this API.
XMLStreamException
          This class represents the base exception for unexpected processing errors.
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).
XMLStreamWriter
           This interface is similar to javax.xml.stream.XMLStreamWriter; but it does not forces dynamic allocation when formatting (any CharSequence can be used instead of String).
 

Classes in javolution.xml.stream used by javolution.xml.ws
XMLStreamException
          This class represents the base exception for unexpected processing errors.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.