public class RssParser
extends com.rometools.rome.io.impl.RSS20Parser
implements com.rometools.rome.io.WireFeedParser
| Constructor and Description |
|---|
RssParser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom2.Namespace |
getRSSNamespace() |
String |
getType() |
boolean |
isMyType(org.jdom2.Document document) |
com.rometools.rome.feed.WireFeed |
parse(org.jdom2.Document document,
boolean validate,
Locale locale) |
com.rometools.rome.feed.rss.Item |
parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element itemElement,
Locale locale) |
getRSSVersion, isHourFormat24, parseItemDescriptiongetImage, getItems, getTextInput, getTextInputLabel, parseImagegetContentNamespace, getRDFNamespace, parseItems, parseTextInput, validateFeedpublic String getType()
getType in interface com.rometools.rome.io.WireFeedParsergetType in class com.rometools.rome.io.impl.BaseWireFeedParserpublic boolean isMyType(org.jdom2.Document document)
isMyType in interface com.rometools.rome.io.WireFeedParserisMyType in class com.rometools.rome.io.impl.RSS20Parserprotected org.jdom2.Namespace getRSSNamespace()
getRSSNamespace in class com.rometools.rome.io.impl.RSS091UserlandParserpublic com.rometools.rome.feed.rss.Item parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element itemElement,
Locale locale)
parseItem in class com.rometools.rome.io.impl.RSS094Parserpublic com.rometools.rome.feed.WireFeed parse(org.jdom2.Document document,
boolean validate,
Locale locale)
throws IllegalArgumentException,
com.rometools.rome.io.FeedException
parse in interface com.rometools.rome.io.WireFeedParserparse in class com.rometools.rome.io.impl.RSS090ParserIllegalArgumentExceptioncom.rometools.rome.io.FeedExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.