Uses of Interface
com.rometools.rome.feed.synd.SyndFeed
-
Packages that use SyndFeed Package Description com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl com.rometools.rome.io -
-
Uses of SyndFeed in com.rometools.rome.feed.synd
Classes in com.rometools.rome.feed.synd that implement SyndFeed Modifier and Type Class Description classSyndFeedImplBean for all types of feeds.Methods in com.rometools.rome.feed.synd that return SyndFeed Modifier and Type Method Description SyndFeedSyndEntry. getSource()Returns the entry source.SyndFeedSyndEntryImpl. getSource()Methods in com.rometools.rome.feed.synd that return types with arguments of type SyndFeed Modifier and Type Method Description Class<SyndFeed>SyndFeedImpl. getInterface()Methods in com.rometools.rome.feed.synd with parameters of type SyndFeed Modifier and Type Method Description voidConverter. copyInto(WireFeed feed, SyndFeed syndFeed)Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.WireFeedConverter. createRealFeed(SyndFeed syndFeed)Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.voidSyndEntry. setSource(SyndFeed source)Sets the entry source feed (for use if different from containing feed)voidSyndEntryImpl. setSource(SyndFeed source) -
Uses of SyndFeed in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return SyndFeed Modifier and Type Method Description protected SyndFeedConverterForRSS090. createSource(Source source)Methods in com.rometools.rome.feed.synd.impl with parameters of type SyndFeed Modifier and Type Method Description voidConverterForAtom03. copyInto(WireFeed feed, SyndFeed syndFeed)voidConverterForAtom10. copyInto(WireFeed feed, SyndFeed syndFeed)voidConverterForRSS090. copyInto(WireFeed feed, SyndFeed syndFeed)voidConverterForRSS091Userland. copyInto(WireFeed feed, SyndFeed syndFeed)voidConverterForRSS094. copyInto(WireFeed feed, SyndFeed syndFeed)voidConverterForRSS10. copyInto(WireFeed feed, SyndFeed syndFeed)WireFeedConverterForAtom03. createRealFeed(SyndFeed syndFeed)WireFeedConverterForAtom10. createRealFeed(SyndFeed syndFeed)WireFeedConverterForRSS090. createRealFeed(SyndFeed syndFeed)protected WireFeedConverterForRSS090. createRealFeed(String type, SyndFeed syndFeed)protected WireFeedConverterForRSS091Userland. createRealFeed(String type, SyndFeed syndFeed)protected WireFeedConverterForRSS094. createRealFeed(String type, SyndFeed syndFeed)protected WireFeedConverterForRSS10. createRealFeed(String type, SyndFeed syndFeed)protected SourceConverterForRSS090. createSource(SyndFeed feed) -
Uses of SyndFeed in com.rometools.rome.io
Methods in com.rometools.rome.io that return SyndFeed Modifier and Type Method Description SyndFeedSyndFeedInput. build(File file)Builds SyndFeedImpl from a file.SyndFeedSyndFeedInput. build(Reader reader)Builds SyndFeedImpl from an Reader.SyndFeedSyndFeedInput. build(org.jdom2.Document document)Builds SyndFeedImpl from an JDOM document.SyndFeedSyndFeedInput. build(Document document)Builds SyndFeedImpl from an W3C DOM document.SyndFeedSyndFeedInput. build(InputSource is)Builds SyndFeedImpl from an W3C SAX InputSource.Methods in com.rometools.rome.io with parameters of type SyndFeed Modifier and Type Method Description voidSyndFeedOutput. output(SyndFeed feed, File file)Creates a File containing with the XML representation for the given SyndFeedImpl.voidSyndFeedOutput. output(SyndFeed feed, File file, boolean prettyPrint)Creates a File containing with the XML representation for the given SyndFeedImpl.voidSyndFeedOutput. output(SyndFeed feed, Writer writer)Writes to an Writer the XML representation for the given SyndFeedImpl.voidSyndFeedOutput. output(SyndFeed feed, Writer writer, boolean prettyPrint)Writes to an Writer the XML representation for the given SyndFeedImpl.org.jdom2.DocumentSyndFeedOutput. outputJDom(SyndFeed feed)Creates a JDOM document for the given SyndFeedImpl.StringSyndFeedOutput. outputString(SyndFeed feed)Creates a String with the XML representation for the given SyndFeedImpl.StringSyndFeedOutput. outputString(SyndFeed feed, boolean prettyPrint)Creates a String with the XML representation for the given SyndFeedImpl.DocumentSyndFeedOutput. outputW3CDom(SyndFeed feed)Creates a W3C DOM document for the given SyndFeedImpl.
-