Package | Description |
---|---|
javolution.text |
Text handling package.
|
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.ws |
Classes and interfaces to create and handle web services.
|
Class and Description |
---|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
QName
This class represents unique identifiers for XML elements (tags) or
attributes (names).
|
XMLBinding
This class represents the binding between Java classes and
their XML representation (
XMLFormat ). |
XMLContext
A context for xml serialization/deserialization.
|
XMLFormat
This class represents the format base class for XML serialization and
deserialization.
|
XMLFormat.InputElement
This class represents an input XML element (unmarshalling).
|
XMLFormat.OutputElement
This class represents an output XML element (marshalling).
|
XMLObjectReader
This class restores objects which have been serialized in XML
format using an
XMLObjectWriter . |
XMLObjectWriter
This class takes an object and formats it to XML; the resulting
XML can be deserialized using a
XMLObjectReader . |
XMLReferenceResolver
This class represents a resolver for XML cross references during
the marshalling/unmarshalling process.
|
XMLSerializable
This interface identifies classes supporting XML serialization
(XML serialization is still possible for classes not implementing this
interface through dynamic
XMLBinding though). |
Class and Description |
---|
XMLObjectReader
This class restores objects which have been serialized in XML
format using an
XMLObjectWriter . |
XMLObjectWriter
This class takes an object and formats it to XML; the resulting
XML can be deserialized using a
XMLObjectReader . |
Copyright © 2005-2013 Javolution. All Rights Reserved.