public interface XmlAttribute
XmlAttribute represents an Xml Attribute, defined within an XmlElement.| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the
XmlAttribute Note: This is the full string of the XmlAttribute name. |
QualifiedName |
getQualifiedName()
Get the
QualifiedName of the XmlAttribute. |
XmlElement |
getXmlElement()
Get the
XmlElement in which the XmlAttribute is defined. |
XmlValue |
getXmlValue()
Get the
XmlValue defined by thge XmlAttribute. |
String getName()
XmlAttribute
Note: This is the full string of the XmlAttribute name. For namespace support use getQualifiedName()
XmlAttribute name.QualifiedName getQualifiedName()
QualifiedName of the XmlAttribute.QualifiedName.XmlElement getXmlElement()
XmlElement in which the XmlAttribute is defined.XmlElementXmlValue getXmlValue()
XmlValue defined by thge XmlAttribute.XmlValue