Uses of Class
com.sun.syndication.feed.rss.TextInput

Packages that use TextInput
com.sun.syndication.feed.rss   
com.sun.syndication.io.impl   
 

Uses of TextInput in com.sun.syndication.feed.rss
 

Methods in com.sun.syndication.feed.rss that return TextInput
 TextInput Channel.getTextInput()
          Returns the channel text input.
 

Methods in com.sun.syndication.feed.rss with parameters of type TextInput
 void Channel.setTextInput(TextInput textInput)
          Sets the channel text input.
 

Uses of TextInput in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl that return TextInput
protected  TextInput RSS090Parser.parseTextInput(org.jdom2.Element rssRoot)
          Parses the root element of an RSS document looking for text-input information.
 

Methods in com.sun.syndication.io.impl with parameters of type TextInput
protected  void RSS090Generator.populateTextInput(TextInput textInput, org.jdom2.Element eTextInput)
           
 



Copyright © 2004–2013 ROME Project. All rights reserved.