com.sun.syndication.io.impl
クラス BaseWireFeedParser
java.lang.Object
com.sun.syndication.io.impl.BaseWireFeedParser
- すべての実装されたインタフェース:
- WireFeedParser
- 直系の既知のサブクラス:
- Atom03Parser, Atom10Parser, RSS090Parser
public abstract class BaseWireFeedParser
- extends java.lang.Object
- implements WireFeedParser
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseWireFeedParser
protected BaseWireFeedParser(java.lang.String type,
Namespace namespace)
getType
public java.lang.String getType()
- Returns the type of feed the parser handles.
- 定義:
- インタフェース
WireFeedParser 内の getType
- 戻り値:
- the type of feed the parser handles.
- 関連項目:
for details on the format of this string.
parseFeedModules
protected java.util.List parseFeedModules(Element feedElement)
parseItemModules
protected java.util.List parseItemModules(Element itemElement)
extractForeignMarkup
protected java.util.List extractForeignMarkup(Element e,
Extendable ext,
Namespace basens)
getAttribute
protected Attribute getAttribute(Element e,
java.lang.String attributeName)
getAttributeValue
protected java.lang.String getAttributeValue(Element e,
java.lang.String attributeName)