Package org.apache.abdera.parser.stax
Class FOMAttribute
- java.lang.Object
-
- org.apache.abdera.parser.stax.FOMAttribute
-
- All Implemented Interfaces:
org.apache.abdera.model.Attribute
@Deprecated public class FOMAttribute extends Object implements org.apache.abdera.model.Attribute
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated.org.apache.abdera.factory.FactorygetFactory()Deprecated.QNamegetQName()Deprecated.StringgetText()Deprecated.inthashCode()Deprecated.org.apache.abdera.model.AttributesetText(String text)Deprecated.
-
-
-
Method Detail
-
getQName
public QName getQName()
Deprecated.- Specified by:
getQNamein interfaceorg.apache.abdera.model.Attribute
-
getText
public String getText()
Deprecated.- Specified by:
getTextin interfaceorg.apache.abdera.model.Attribute
-
setText
public org.apache.abdera.model.Attribute setText(String text)
Deprecated.- Specified by:
setTextin interfaceorg.apache.abdera.model.Attribute
-
getFactory
public org.apache.abdera.factory.Factory getFactory()
Deprecated.- Specified by:
getFactoryin interfaceorg.apache.abdera.model.Attribute
-
-