Uses of Class
com.rometools.rome.feed.rss.TextInput
-
Packages that use TextInput Package Description com.rometools.rome.feed.rss com.rometools.rome.io.impl -
-
Uses of TextInput in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return TextInput Modifier and Type Method Description TextInputChannel. getTextInput()Returns the channel text input.Methods in com.rometools.rome.feed.rss with parameters of type TextInput Modifier and Type Method Description voidChannel. setTextInput(TextInput textInput)Sets the channel text input. -
Uses of TextInput in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return TextInput Modifier and Type Method Description protected TextInputRSS090Parser. parseTextInput(org.jdom2.Element rssRoot)Parses the root element of an RSS document looking for text-input information.Methods in com.rometools.rome.io.impl with parameters of type TextInput Modifier and Type Method Description protected voidRSS090Generator. populateTextInput(TextInput textInput, org.jdom2.Element eTextInput)
-