|
||||||||||
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 Attribute
public String getText()
Attribute
getText
in interface Attribute
public Attribute setText(String text)
Attribute
setText
in interface Attribute
text
- The attribute valuepublic Factory getFactory()
Attribute
getFactory
in interface Attribute
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |