| Package | Description |
|---|---|
| javolution.xml |
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 |
StAX-like XML readers/writers which do not require object
creation (such as String) and are consequently faster than standard StAX.
|
| javolution.xml.ws |
Classes and interfaces to create and handle web services.
|
| Class and Description |
|---|
| XMLStreamException
This class represents the base exception for unexpected processing errors.
|
| XMLStreamReader |
| 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). |
| Class and Description |
|---|
| Location
Provides information on the location of an event.
|
| NamespaceContext
This interface represents the XML namespace context stack while parsing.
|
| XMLInputFactory
The OSGi factory service to create
XMLStreamReader instances. |
| XMLOutputFactory
The OSGi factory service to create
XMLStreamWriter instances. |
| XMLStreamConstants
This interface declares the constants used in this API.
|
| XMLStreamException
This class represents the base exception for unexpected processing errors.
|
| XMLStreamReader |
| 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). |
| Class and Description |
|---|
| XMLStreamException
This class represents the base exception for unexpected processing errors.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.