|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xmlstore.docnodes.DocAttribute
public class DocAttribute
An Attribute returned by DocNode.
Note that this class also provides the ability to get
the owner of the attribute.
| Method Summary | |
|---|---|
char |
charAt(int index)
|
int |
compareTo(Attribute o)
|
boolean |
equals(Object o)
|
String |
getName()
Returns the name of the attribute. |
DocNode |
getOwner()
Returns the DocNode to which this attribute belongs. |
String |
getValue()
Returns the value of the attribute. |
int |
hashCode()
|
int |
length()
|
CharSequence |
subSequence(int start,
int end)
|
String |
toString()
Returns the value of this attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public DocNode getOwner()
public String getValue()
Attribute
getValue in interface Attributepublic String getName()
Attribute
getName in interface Attributepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic int compareTo(Attribute o)
compareTo in interface Comparable<Attribute>public String toString()
toString in interface CharSequencetoString in class Objectpublic char charAt(int index)
charAt in interface CharSequencepublic int length()
length in interface CharSequence
public CharSequence subSequence(int start,
int end)
subSequence in interface CharSequence
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||