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