| Package | Description |
|---|---|
| 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.
|
| 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 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 |
| 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–2024 Javolution. All rights reserved.