Uses of Interface
com.rometools.rome.io.WireFeedParser
-
Packages that use WireFeedParser Package Description com.rometools.rome.io com.rometools.rome.io.impl -
-
Uses of WireFeedParser in com.rometools.rome.io
Methods in com.rometools.rome.io with parameters of type WireFeedParser Modifier and Type Method Description voidDelegatingModuleParser. setFeedParser(WireFeedParser feedParser)Provides a parent wirefeed reference to this ModuleParser, or "plugin-in". -
Uses of WireFeedParser in com.rometools.rome.io.impl
Classes in com.rometools.rome.io.impl that implement WireFeedParser Modifier and Type Class Description classAtom03ParserclassAtom10ParserParser for Atom 1.0classBaseWireFeedParserclassRSS090ParserclassRSS091NetscapeParserclassRSS091UserlandParserclassRSS092ParserclassRSS093ParserclassRSS094ParserclassRSS10ParserclassRSS20ParserclassRSS20wNSParserTo address issue with certain feeds (brought up by Charles Miller): "During the debacle that was the rollout of RSS2.0, this namespace was tried, and even appeared in Dave Winer's Scripting News feed for a while.Methods in com.rometools.rome.io.impl that return WireFeedParser Modifier and Type Method Description WireFeedParserFeedParsers. getParserFor(org.jdom2.Document document)Finds the real parser type for the given document feed.Methods in com.rometools.rome.io.impl with parameters of type WireFeedParser Modifier and Type Method Description protected StringFeedParsers. getKey(WireFeedParser obj)Constructors in com.rometools.rome.io.impl with parameters of type WireFeedParser Constructor Description ModuleParsers(String propertyKey, WireFeedParser parentParser)PluginManager(String propertyKey, WireFeedParser parentParser, WireFeedGenerator parentGenerator)
-