Uses of Class
com.tangosol.run.xml.QualifiedName
-
Packages that use QualifiedName Package Description com.tangosol.run.xml Contains classes providing basic XML related functionality. -
-
Uses of QualifiedName in com.tangosol.run.xml
Methods in com.tangosol.run.xml that return QualifiedName Modifier and Type Method Description QualifiedName
SimpleAttribute. getQualifiedName()
Return theQualifiedName
of theXmlAttribute
.QualifiedName
SimpleElement. getQualifiedName()
Obtains theQualifiedName
of theXmlElement
.QualifiedName
XmlAttribute. getQualifiedName()
Get theQualifiedName
of theXmlAttribute
.QualifiedName
XmlElement. getQualifiedName()
Obtains theQualifiedName
of theXmlElement
.Constructors in com.tangosol.run.xml with parameters of type QualifiedName Constructor Description QualifiedName(QualifiedName qualifiedName, String localName)
Standard Constructor (using a specifiedQualifiedName
for the prefix).
-