|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.jdom.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 org.jdom.Element |
RSS090Generator.generateTextInputElement(TextInput textInput)
|
protected org.jdom.Element |
RSS091Generator.generateTextInputElement(TextInput textInput)
|
protected org.jdom.Element |
RSS10Generator.generateTextInputElement(TextInput textInput)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |