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 . |
Modifier and Type | Class and Description |
---|---|
static class |
XMLFormat.Default
Returns the default XML format for any object having a
plain text format ; this XML representation consists
of the plain text representation of the object as a "value" attribute. |
Modifier and Type | Method and Description |
---|---|
protected XMLFormat<?> |
XMLBinding.getFormat(Class<?> forClass)
Returns the XML format for the specified class/interface.
|
static <T> XMLFormat<T> |
XMLContext.getFormat(Class<? extends T> type)
Returns the xml format for the specified type; if none defined
the default object xml format (based on
TextFormat ) is returned. |
protected abstract <T> XMLFormat<T> |
XMLContext.searchFormat(Class<? extends T> type)
Searches the xml format for the specified type.
|
Modifier and Type | Method and Description |
---|---|
abstract <T> void |
XMLContext.setFormat(Class<? extends T> type,
XMLFormat<T> format)
Sets the xml format for the specified type (and its sub-types).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.