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


コンストラクタの概要
protected BaseWireFeedParser(java.lang.String type, Namespace namespace)
           
 
メソッドの概要
protected  java.util.List extractForeignMarkup(Element e, Extendable ext, Namespace basens)
           
protected  Attribute getAttribute(Element e, java.lang.String attributeName)
           
protected  java.lang.String getAttributeValue(Element e, java.lang.String attributeName)
           
 java.lang.String getType()
          Returns the type of feed the parser handles.
protected  java.util.List parseFeedModules(Element feedElement)
           
protected  java.util.List parseItemModules(Element itemElement)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース com.sun.syndication.io.WireFeedParser から継承されたメソッド
isMyType, parse
 

コンストラクタの詳細

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)