org.apache.abdera.model
Interface Attribute


public interface Attribute

An attribute. Returned by the Abdera XPath implementation when querying for Attribute nodes


Method Summary
 Factory getFactory()
          The Abdera Factory
 javax.xml.namespace.QName getQName()
          The QName of the attribute
 java.lang.String getText()
          The text value of the attribute
 void setText(java.lang.String text)
          The text value of the attribute
 

Method Detail

getQName

javax.xml.namespace.QName getQName()
The QName of the attribute


getText

java.lang.String getText()
The text value of the attribute


setText

void setText(java.lang.String text)
The text value of the attribute


getFactory

Factory getFactory()
The Abdera Factory