See: Description
| Class | Description |
|---|---|
| BeanConverter |
Converts objects that follow the bean specification to or from an XML
representation.
|
| CollectionConverter |
Converts between an XML DOM and hierarchical Java collections, according
to the following rules:
|
| ConversionConstants |
Contains constants for various string values used by the conversion
routines.
|
| JsonConverter |
Converts between XML DOMs and JSON (Javascript Object Notation) strings.
|
| Exception | Description |
|---|---|
| ConversionException |
A runtime exception thrown for any conversion error.
|
Any problems during conversion (in either direction) are reported via
ConversionException. This is a
runtime exception and will wrap any source exception (checked or not).
When converting from XML to another format, the exception will contain
the XPath to the node failing conversion.