Uses of Class
it.sauronsoftware.feed4j.bean.RawAttribute

Packages that use RawAttribute
it.sauronsoftware.feed4j.bean This package contains the feed object representation. 
 

Uses of RawAttribute in it.sauronsoftware.feed4j.bean
 

Methods in it.sauronsoftware.feed4j.bean that return RawAttribute
 RawAttribute RawElement.getAttribute(int index)
          This method returns an element attribute.
 

Methods in it.sauronsoftware.feed4j.bean with parameters of type RawAttribute
 void RawElement.addAttribute(RawAttribute attribute)
          This method adds an attribute to the element.