Package | Description |
---|---|
_templates.javolution.xml |
Modifier and Type | Method and Description |
---|---|
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–2015 Javolution. All rights reserved.