com.sun.syndication.io.impl
public class RSS091UserlandParser extends RSS090Parser
Constructor Summary | |
---|---|
RSS091UserlandParser() | |
protected | RSS091UserlandParser(String type) |
Method Summary | |
---|---|
protected Element | getImage(Element rssRoot)
It looks for the 'image' elements under the 'channel' elemment. |
protected List | getItems(Element rssRoot)
It looks for the 'item' elements under the 'channel' elemment. |
protected Namespace | getRSSNamespace() |
protected String | getRSSVersion() |
protected Element | getTextInput(Element rssRoot)
It looks for the 'textinput' elements under the 'channel' elemment. |
protected String | getTextInputLabel()
To be overriden by RSS 0.91 Netscape parser |
protected boolean | isHourFormat24(Element rssRoot)
To be overriden by RSS 0.91 Netscape and RSS 0.94 |
boolean | isMyType(Document document) |
protected WireFeed | parseChannel(Element rssRoot)
Parses the root element of an RSS document into a Channel bean.
|
protected Image | parseImage(Element rssRoot)
Parses the root element of an RSS document looking for image information.
|
protected Item | parseItem(Element rssRoot, Element eItem)
Parses an item element of an RSS document looking for item information.
|
protected Description | parseItemDescription(Element rssRoot, Element eDesc) |
Parameters: rssRoot the root element of the RSS document to parse.
Returns: the parsed Channel bean.
Parameters: rssRoot the root element of the RSS document to parse for image information.
Returns: the parsed RSSImage bean.
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.