Uses of Class
com.rometools.rome.feed.WireFeed
-
Packages that use WireFeed Package Description com.rometools.rome.feed.atom com.rometools.rome.feed.rss com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl com.rometools.rome.io com.rometools.rome.io.impl -
-
Uses of WireFeed in com.rometools.rome.feed.atom
Subclasses of WireFeed in com.rometools.rome.feed.atom Modifier and Type Class Description classFeedBean for Atom feeds. -
Uses of WireFeed in com.rometools.rome.feed.rss
Subclasses of WireFeed in com.rometools.rome.feed.rss Modifier and Type Class Description classChannelBean for RSS feeds. -
Uses of WireFeed in com.rometools.rome.feed.synd
Methods in com.rometools.rome.feed.synd that return WireFeed Modifier and Type Method Description WireFeedConverter. createRealFeed(SyndFeed syndFeed)Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.WireFeedSyndFeed. createWireFeed()Creates a real feed containing the information of the SyndFeedImpl.WireFeedSyndFeed. createWireFeed(String feedType)Creates a real feed containing the information of the SyndFeedImpl.WireFeedSyndFeedImpl. createWireFeed()Creates a real feed containing the information of the SyndFeedImpl.WireFeedSyndFeedImpl. createWireFeed(String feedType)Creates a real feed containing the information of the SyndFeedImpl.WireFeedSyndFeed. originalWireFeed()Returns the WireFeed this SyndFeed was created from.WireFeedSyndFeedImpl. originalWireFeed()Returns the WireFeed this SyndFeed was created from.Methods in com.rometools.rome.feed.synd with parameters of type WireFeed 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.Constructors in com.rometools.rome.feed.synd with parameters of type WireFeed Constructor Description SyndFeedImpl(WireFeed feed)Creates a SyndFeedImpl and populates all its properties out of the given RSS Channel or Atom Feed properties.SyndFeedImpl(WireFeed feed, boolean preserveWireFeed)Creates a SyndFeedImpl and populates all its properties out of the given RSS Channel or Atom Feed properties, while optionally preserving the WireFeed for access via the orignalWireFeed() method. -
Uses of WireFeed in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return WireFeed Modifier and Type Method Description 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)Methods in com.rometools.rome.feed.synd.impl with parameters of type WireFeed 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) -
Uses of WireFeed in com.rometools.rome.io
Methods in com.rometools.rome.io that return WireFeed Modifier and Type Method Description WireFeedWireFeedInput. build(File file)Builds an WireFeed (RSS or Atom) from a file.WireFeedWireFeedInput. build(Reader reader)Builds an WireFeed (RSS or Atom) from an Reader.WireFeedWireFeedInput. build(org.jdom2.Document document)Builds an WireFeed (RSS or Atom) from an JDOM document.WireFeedWireFeedInput. build(Document document)Builds an WireFeed (RSS or Atom) from an W3C DOM document.WireFeedWireFeedInput. build(InputSource is)Builds an WireFeed (RSS or Atom) from an W3C SAX InputSource.WireFeedWireFeedParser. parse(org.jdom2.Document document, boolean validate, Locale locale)Parses an XML document (JDOM Document) into a feed bean.Methods in com.rometools.rome.io with parameters of type WireFeed Modifier and Type Method Description org.jdom2.DocumentWireFeedGenerator. generate(WireFeed feed)Creates an XML document (JDOM) for the given feed bean.voidWireFeedOutput. output(WireFeed feed, File file)Creates a File containing with the XML representation for the given WireFeed.voidWireFeedOutput. output(WireFeed feed, File file, boolean prettyPrint)Creates a File containing with the XML representation for the given WireFeed.voidWireFeedOutput. output(WireFeed feed, Writer writer)Writes to an Writer the XML representation for the given WireFeed.voidWireFeedOutput. output(WireFeed feed, Writer writer, boolean prettyPrint)Writes to an Writer the XML representation for the given WireFeed.org.jdom2.DocumentWireFeedOutput. outputJDom(WireFeed feed)Creates a JDOM document for the given WireFeed.StringWireFeedOutput. outputString(WireFeed feed)Creates a String with the XML representation for the given WireFeed.StringWireFeedOutput. outputString(WireFeed feed, boolean prettyPrint)Creates a String with the XML representation for the given WireFeed.DocumentWireFeedOutput. outputW3CDom(WireFeed feed)Creates a W3C DOM document for the given WireFeed. -
Uses of WireFeed in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return WireFeed Modifier and Type Method Description WireFeedAtom03Parser. parse(org.jdom2.Document document, boolean validate, Locale locale)WireFeedAtom10Parser. parse(org.jdom2.Document document, boolean validate, Locale locale)WireFeedRSS090Parser. parse(org.jdom2.Document document, boolean validate, Locale locale)protected WireFeedRSS090Parser. parseChannel(org.jdom2.Element rssRoot, Locale locale)Parses the root element of an RSS document into a Channel bean.protected WireFeedRSS091UserlandParser. parseChannel(org.jdom2.Element rssRoot, Locale locale)Parses the root element of an RSS document into a Channel bean.protected WireFeedRSS092Parser. parseChannel(org.jdom2.Element rssRoot, Locale locale)protected WireFeedRSS094Parser. parseChannel(org.jdom2.Element rssRoot, Locale locale)protected WireFeedRSS10Parser. parseChannel(org.jdom2.Element rssRoot, Locale locale)protected WireFeedRSS20wNSParser. parseChannel(org.jdom2.Element rssRoot, Locale locale)After we parse the feed we put "rss_2.0" in it (so converters and generators work) this parser is a phantom.protected WireFeedAtom03Parser. parseFeed(org.jdom2.Element eFeed, Locale locale)protected WireFeedAtom10Parser. parseFeed(org.jdom2.Element eFeed, Locale locale)Methods in com.rometools.rome.io.impl with parameters of type WireFeed Modifier and Type Method Description org.jdom2.DocumentAtom03Generator. generate(WireFeed wFeed)org.jdom2.DocumentAtom10Generator. generate(WireFeed wFeed)org.jdom2.DocumentRSS090Generator. generate(WireFeed feed)
-