| Package | Description |
|---|---|
| com.tangosol.run.xml |
Contains classes providing basic XML related functionality.
|
| Modifier and Type | Method | Description |
|---|---|---|
QualifiedName |
XmlAttribute.getQualifiedName()
Get the
QualifiedName of the XmlAttribute. |
|
QualifiedName |
SimpleAttribute.getQualifiedName()
Return the
QualifiedName of the XmlAttribute. |
|
QualifiedName |
XmlElement.getQualifiedName()
Obtains the
QualifiedName of the XmlElement. |
|
QualifiedName |
SimpleElement.getQualifiedName()
Obtains the
QualifiedName of the XmlElement. |
| Constructor | Description |
|---|---|
QualifiedName(QualifiedName qualifiedName,
String localName)
Standard Constructor (using a specified
QualifiedName for the prefix). |