com.starteam.xml
Class XMLAttribute

java.lang.Object
  extended by com.starteam.xml.XMLAttribute

public final class XMLAttribute
extends java.lang.Object

An XML attribute.

See Also:
XMLElement.getAttributes()

Method Summary
 java.lang.String getName()
          Gets the local name of this attribute (that is, without a namespace prefix).
 XMLElement getParent()
          Gets the parent element of this attribute.
 java.lang.String getQualifiedName()
          Gets the qualified name of this attribute, in the form [namespace]:[name].
 java.lang.String getValue()
          Gets the value of this attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParent

public XMLElement getParent()
Gets the parent element of this attribute.

Returns:
The parent element of this attribute.

getName

public java.lang.String getName()
Gets the local name of this attribute (that is, without a namespace prefix).

Returns:
The local name of this attribute.

getQualifiedName

public java.lang.String getQualifiedName()
Gets the qualified name of this attribute, in the form [namespace]:[name]. If this attribute does not belong to a namespace, then the qualified name is the same as the local name.

Returns:
The qualified name of this attribute.

getValue

public java.lang.String getValue()
Gets the value of this attribute.

Returns:
The value of this attribute.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.