|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.io.impl.PluginManager
com.sun.syndication.io.impl.FeedParsers
public class FeedParsers
Parses an XML document (JDOM Document) into a Feed.
It accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds.
The WireFeedParser is a liberal parser.
WireFeedParser instances are thread safe.
Parsers for a specific type must extend this class and register in the parser list. (Right now registration is hardcoded in the WireFeedParser constructor).
| フィールドの概要 | |
|---|---|
static java.lang.String |
FEED_PARSERS_KEY
WireFeedParser.classes= [className] ... |
| コンストラクタの概要 | |
|---|---|
FeedParsers()
Creates a parser instance. |
|
| メソッドの概要 | |
|---|---|
protected java.lang.String |
getKey(java.lang.Object obj)
|
WireFeedParser |
getParserFor(Document document)
Finds the real parser type for the given document feed. |
java.util.List |
getSupportedFeedTypes()
|
| クラス com.sun.syndication.io.impl.PluginManager から継承されたメソッド |
|---|
getKeys, getPlugin, getPluginMap, getPlugins |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final java.lang.String FEED_PARSERS_KEY
| コンストラクタの詳細 |
|---|
public FeedParsers()
| メソッドの詳細 |
|---|
public java.util.List getSupportedFeedTypes()
public WireFeedParser getParserFor(Document document)
document - document feed to find the parser for.
protected java.lang.String getKey(java.lang.Object obj)
PluginManager 内の getKey
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||