Uses of Class
org.jperdian.rss2.dom.RssTextInput

Packages that use RssTextInput
org.jperdian.rss2   
org.jperdian.rss2.dom   
 

Uses of RssTextInput in org.jperdian.rss2
 

Methods in org.jperdian.rss2 that return RssTextInput
protected  RssTextInput RssParser.parseTextInput(org.w3c.dom.Element textInputElement)
          Parses a textInput element
 

Uses of RssTextInput in org.jperdian.rss2.dom
 

Methods in org.jperdian.rss2.dom that return RssTextInput
 RssTextInput RssChannel.getTextInput()
           
 

Methods in org.jperdian.rss2.dom with parameters of type RssTextInput
 void RssChannel.setTextInput(RssTextInput textInput)