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 |
---|---|
QName |
QName.value() |
static QName |
QName.valueOf(CharSequence name)
Returns the qualified name corresponding to the specified character
sequence representation (may include the "{namespaceURI}" prefix).
|
static QName |
QName.valueOf(CharSequence namespaceURI,
CharSequence localName)
Returns the qualified name corresponding to the specified namespace URI
and local name.
|
static QName |
QName.valueOf(String name)
Equivalent to
valueOf(CharSequence) (for J2ME compatibility). |
Modifier and Type | Method and Description |
---|---|
void |
XMLBinding.setAlias(Class<?> cls,
QName qName)
Sets the qualified alias for the specified class.
|
void |
XMLBinding.setClassAttribute(QName classAttribute)
Sets the qualified name of the attribute holding the
class identifier.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.