| Package | Description |
|---|---|
| javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
| 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 |
|---|---|
ConstantTable<?> |
ConstantTable.XML.newInstance(Class<? extends ConstantTable<?>> cls,
XMLFormat.InputElement xml) |
void |
ConstantTable.XML.read(XMLFormat.InputElement xml,
ConstantTable<?> that) |
| 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<? extends 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 © 2017. All rights reserved.