com.sun.syndication.io.impl
Class RSS093Parser
java.lang.Object
com.sun.syndication.io.impl.BaseWireFeedParser
com.sun.syndication.io.impl.RSS090Parser
com.sun.syndication.io.impl.RSS091UserlandParser
com.sun.syndication.io.impl.RSS092Parser
com.sun.syndication.io.impl.RSS093Parser
- All Implemented Interfaces:
- WireFeedParser
- Direct Known Subclasses:
- RSS094Parser
public class RSS093Parser
- extends RSS092Parser
Method Summary |
protected String |
getRSSVersion()
|
protected Item |
parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem)
Parses an item element of an RSS document looking for item information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS093Parser
public RSS093Parser()
RSS093Parser
protected RSS093Parser(String type)
getRSSVersion
protected String getRSSVersion()
- Overrides:
getRSSVersion
in class RSS092Parser
parseItem
protected Item parseItem(org.jdom2.Element rssRoot,
org.jdom2.Element eItem)
- Description copied from class:
RSS091UserlandParser
- Parses an item element of an RSS document looking for item information.
It first invokes super.parseItem and then parses and injects the
description property if present.
- Overrides:
parseItem
in class RSS092Parser
- Parameters:
rssRoot
- the root element of the RSS document in case it's needed
for context.eItem
- the item element to parse.
- Returns:
- the parsed RSSItem bean.
Copyright © 2004–2013 ROME Project. All rights reserved.