Package | Description |
---|---|
javolution.xml |
Provides 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).
|
T |
XMLFormat.newInstance(Class<T> cls,
XMLFormat.InputElement xml)
Allocates a new object of the specified class from the specified
XML input element.
|
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–2016 Javolution. All rights reserved.