|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.io.impl.BaseWireFeedParser
com.sun.syndication.io.impl.RSS090Parser
com.sun.syndication.io.impl.RSS091UserlandParser
public class RSS091UserlandParser
| コンストラクタの概要 | |
|---|---|
|
RSS091UserlandParser()
|
protected |
RSS091UserlandParser(java.lang.String type)
|
| メソッドの概要 | |
|---|---|
protected Element |
getImage(Element rssRoot)
It looks for the 'image' elements under the 'channel' elemment. |
protected java.util.List |
getItems(Element rssRoot)
It looks for the 'item' elements under the 'channel' elemment. |
protected Namespace |
getRSSNamespace()
Returns the namespace used by RSS elements in document of the RSS version the parser supports. |
protected java.lang.String |
getRSSVersion()
|
protected Element |
getTextInput(Element rssRoot)
It looks for the 'textinput' elements under the 'channel' elemment. |
protected java.lang.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)
Inspects an XML Document (JDOM) to check if it can parse it. |
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)
|
| クラス com.sun.syndication.io.impl.RSS090Parser から継承されたメソッド |
|---|
getContentNamespace, getRDFNamespace, parse, parseItems, parseTextInput, validateFeed |
| クラス com.sun.syndication.io.impl.BaseWireFeedParser から継承されたメソッド |
|---|
extractForeignMarkup, getAttribute, getAttributeValue, getType, parseFeedModules, parseItemModules |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public RSS091UserlandParser()
protected RSS091UserlandParser(java.lang.String type)
| メソッドの詳細 |
|---|
public boolean isMyType(Document document)
WireFeedParser の記述: It checks if the given document if the type of feeds the parser understands.
WireFeedParser 内の isMyTypeRSS090Parser 内の isMyTypedocument - XML Document (JDOM) to check if it can be parsed by this parser.
protected java.lang.String getRSSVersion()
protected Namespace getRSSNamespace()
RSS090Parser の記述: This implementation returns the EMTPY namespace.
RSS090Parser 内の getRSSNamespaceprotected boolean isHourFormat24(Element rssRoot)
protected WireFeed parseChannel(Element rssRoot)
RSS090Parser 内の parseChannelrssRoot - the root element of the RSS document to parse.
protected Image parseImage(Element rssRoot)
RSS090Parser 内の parseImagerssRoot - the root element of the RSS document to parse for image information.
protected java.util.List getItems(Element rssRoot)
RSS090Parser 内の getItemsprotected Element getImage(Element rssRoot)
RSS090Parser 内の getImageprotected java.lang.String getTextInputLabel()
protected Element getTextInput(Element rssRoot)
RSS090Parser 内の getTextInput
protected Item parseItem(Element rssRoot,
Element eItem)
RSS090Parser 内の parseItemrssRoot - the root element of the RSS document in case it's needed for context.eItem - the item element to parse.
protected Description parseItemDescription(Element rssRoot,
Element eDesc)
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||