Uses of Class
com.rometools.rome.feed.rss.Source
-
Packages that use Source Package Description com.rometools.rome.feed.rss com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Source in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return Source Modifier and Type Method Description SourceItem. getSource()Returns the item source.Methods in com.rometools.rome.feed.rss with parameters of type Source Modifier and Type Method Description voidItem. setSource(Source source)Sets the item source. -
Uses of Source in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return Source Modifier and Type Method Description protected SourceConverterForRSS090. createSource(SyndFeed feed)Methods in com.rometools.rome.feed.synd.impl with parameters of type Source Modifier and Type Method Description protected SyndFeedConverterForRSS090. createSource(Source source) -
Uses of Source in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Source Modifier and Type Method Description protected org.jdom2.ElementRSS092Generator. generateSourceElement(Source source)
-