|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.abdera.parser.stax.FOMAttribute
public class FOMAttribute
| Constructor Summary | |
|---|---|
protected |
FOMAttribute(org.apache.axiom.om.OMAttribute attr)
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Factory |
getFactory()
The Abdera Factory |
QName |
getQName()
Get the QName of the attribute |
String |
getText()
Return the text value of the attribute |
int |
hashCode()
|
Attribute |
setText(String text)
Set the text value of the attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FOMAttribute(org.apache.axiom.om.OMAttribute attr)
| Method Detail |
|---|
public QName getQName()
Attribute
getQName in interface Attributepublic String getText()
Attribute
getText in interface Attributepublic Attribute setText(String text)
Attribute
setText in interface Attributetext - The attribute valuepublic Factory getFactory()
Attribute
getFactory in interface Attributepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||