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 | Method and Description |
---|---|
void |
XMLReferenceResolver.createReference(Object obj,
XMLFormat.InputElement xml)
Creates a reference for the specified object (the identifier
being specified by the input XML element).
|
Object |
XMLFormat.Default.newInstance(Class<?> cls,
XMLFormat.InputElement xml) |
T |
XMLFormat.newInstance(Class<? extends T> cls,
XMLFormat.InputElement xml)
Allocates a new object of the specified class from the specified
XML input element.
|
void |
XMLFormat.Default.read(XMLFormat.InputElement xml,
Object obj) |
abstract void |
XMLFormat.read(XMLFormat.InputElement xml,
T obj)
Parses an XML input element into the specified object.
|
Object |
XMLReferenceResolver.readReference(XMLFormat.InputElement xml)
Reads the object referenced by the specified xml input element if any.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.