|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.xml.XMLAttribute
public final class XMLAttribute
An XML attribute.
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 |
|---|
public XMLElement getParent()
public java.lang.String getName()
public java.lang.String getQualifiedName()
public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||