Package | Description |
---|---|
_templates.javolution.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.newInstance(Class 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,
Object 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–2017 Javolution. All rights reserved.