|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pivot.xml.Element.Attribute
public static class Element.Attribute
Class representing an XML attribute.
| Constructor Summary | |
|---|---|
Element.Attribute(String localName,
String value)
|
|
Element.Attribute(String namespacePrefix,
String localName,
String value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Element |
getElement()
Returns the element to which this attribute belongs. |
String |
getLocalName()
Returns the attribute's local name. |
String |
getName()
Returns the fully-qualified name of the attribute. |
String |
getNamespacePrefix()
Returns the attribute's namespace prefix. |
String |
getValue()
Returns the attribute's value. |
int |
hashCode()
|
void |
setValue(String value)
Sets the attribute's value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Element.Attribute(String localName,
String value)
public Element.Attribute(String namespacePrefix,
String localName,
String value)
| Method Detail |
|---|
public Element getElement()
public String getNamespacePrefix()
public String getLocalName()
public String getName()
public String getValue()
public void setValue(String value)
value - public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||