Uses of Class
com.rometools.rome.feed.rss.Channel
-
Packages that use Channel Package Description com.rometools.rome.io.impl -
-
Uses of Channel in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Channel Modifier and Type Method Description protected voidRSS090Generator. addChannel(Channel channel, org.jdom2.Element parent)protected voidRSS091UserlandGenerator. addChannel(Channel channel, org.jdom2.Element parent)protected voidRSS090Generator. addImage(Channel channel, org.jdom2.Element parent)protected voidRSS090Generator. addItems(Channel channel, org.jdom2.Element parent)protected voidRSS090Generator. addTextInput(Channel channel, org.jdom2.Element parent)protected org.jdom2.ElementRSS090Generator. createRootElement(Channel channel)protected org.jdom2.ElementRSS091UserlandGenerator. createRootElement(Channel channel)protected voidRSS090Generator. populateChannel(Channel channel, org.jdom2.Element eChannel)Populates the given channel with parsed data from the ROME element that holds the channel data.protected voidRSS091UserlandGenerator. populateChannel(Channel channel, org.jdom2.Element eChannel)protected voidRSS092Generator. populateChannel(Channel channel, org.jdom2.Element eChannel)protected voidRSS10Generator. populateChannel(Channel channel, org.jdom2.Element eChannel)protected voidRSS20Generator. populateChannel(Channel channel, org.jdom2.Element eChannel)protected voidRSS090Generator. populateFeed(Channel channel, org.jdom2.Element parent)protected voidRSS091UserlandGenerator. populateFeed(Channel channel, org.jdom2.Element parent)
-