Uses of Class
com.tangosol.run.xml.QualifiedName
Package
Description
Contains classes providing basic XML related functionality.
-
Uses of QualifiedName in com.tangosol.run.xml
Modifier and TypeMethodDescriptionSimpleAttribute.getQualifiedName()
Return theQualifiedName
of theXmlAttribute
.SimpleElement.getQualifiedName()
Obtains theQualifiedName
of theXmlElement
.XmlAttribute.getQualifiedName()
Get theQualifiedName
of theXmlAttribute
.XmlElement.getQualifiedName()
Obtains theQualifiedName
of theXmlElement
.ModifierConstructorDescriptionQualifiedName
(QualifiedName qualifiedName, String localName) Standard Constructor (using a specifiedQualifiedName
for the prefix).