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