|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.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
com.sun.syndication.io.impl.RSS094Parser
com.sun.syndication.io.impl.RSS20Parser
public class RSS20Parser
| コンストラクタの概要 | |
|---|---|
|
RSS20Parser()
|
protected |
RSS20Parser(java.lang.String type)
|
| メソッドの概要 | |
|---|---|
protected java.lang.String |
getRSSVersion()
|
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 Description |
parseItemDescription(Element rssRoot,
Element eDesc)
|
| クラス com.sun.syndication.io.impl.RSS094Parser から継承されたメソッド |
|---|
parseChannel, parseItem |
| クラス com.sun.syndication.io.impl.RSS092Parser から継承されたメソッド |
|---|
parseCategories |
| クラス com.sun.syndication.io.impl.RSS091UserlandParser から継承されたメソッド |
|---|
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, parseImage |
| クラス 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 RSS20Parser()
protected RSS20Parser(java.lang.String type)
| メソッドの詳細 |
|---|
protected java.lang.String getRSSVersion()
RSS094Parser 内の getRSSVersionprotected boolean isHourFormat24(Element rssRoot)
RSS091UserlandParser の記述:
RSS091UserlandParser 内の isHourFormat24
protected Description parseItemDescription(Element rssRoot,
Element eDesc)
RSS094Parser 内の parseItemDescriptionpublic boolean isMyType(Document document)
WireFeedParser の記述: It checks if the given document if the type of feeds the parser understands.
WireFeedParser 内の isMyTypeRSS091UserlandParser 内の isMyTypedocument - XML Document (JDOM) to check if it can be parsed by this parser.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||