| Package | Description |
|---|---|
| javolution.text |
Text handling package.
|
| 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 |
|---|---|
class |
Text
An immutable character sequence with fast
concatenation,
insertion and
deletion capabilities (O[Log(n)]) instead of
O[n] for StringBuffer/StringBuilder). |
| Modifier and Type | Class and Description |
|---|---|
class |
QName
This class represents unique identifiers for XML elements (tags) or
attributes (names).
|
class |
XMLBinding
This class represents the binding between Java classes and
their XML representation (
XMLFormat). |
Copyright © 2005-2013 Javolution. All Rights Reserved.