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  XmlAttributeNote: This is the full string of theXmlAttributename. | 
| QualifiedName | getQualifiedName()Get the  QualifiedNameof theXmlAttribute. | 
| XmlElement | getXmlElement()Get the  XmlElementin which theXmlAttributeis defined. | 
| XmlValue | getXmlValue()Get the  XmlValuedefined by thgeXmlAttribute. | 
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