Interface | 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 | 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 ). |
XMLFormat<T> |
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.
|
Copyright © 2005 - 2007 Javolution.