Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.run.xml
Interface XmlAttribute

All Known Implementing Classes:
SimpleAttribute

public interface XmlAttribute

An XmlAttribute represents an Xml Attribute, defined within an XmlElement.

Author:
bko 2011.06.14

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

getName

java.lang.String getName()
Get the name of the XmlAttribute

Note: This is the full string of the XmlAttribute name. For namespace support use getQualifiedName()

Returns:
The XmlAttribute name.

getQualifiedName

QualifiedName getQualifiedName()
Get the QualifiedName of the XmlAttribute.
Returns:
The QualifiedName.

getXmlElement

XmlElement getXmlElement()
Get the XmlElement in which the XmlAttribute is defined.
Returns:
An XmlElement

getXmlValue

XmlValue getXmlValue()
Get the XmlValue defined by thge XmlAttribute.
Returns:
An XmlValue

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.