|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface XmlAttribute
An XmlAttribute represents an Xml Attribute, defined within an XmlElement.
| Method Summary | |
|---|---|
java.lang.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. |
| Method Detail |
|---|
java.lang.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
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||