com.sun.syndication.io.impl
クラス RSS094Parser

java.lang.Object
  上位を拡張 com.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
すべての実装されたインタフェース:
WireFeedParser
直系の既知のサブクラス:
RSS20Parser

public class RSS094Parser
extends RSS093Parser


コンストラクタの概要
  RSS094Parser()
           
protected RSS094Parser(java.lang.String type)
           
 
メソッドの概要
protected  java.lang.String getRSSVersion()
           
protected  WireFeed parseChannel(Element rssRoot)
          Parses the root element of an RSS document into a Channel bean.
 Item parseItem(Element rssRoot, Element eItem)
          Parses an item element of an RSS document looking for item information.
protected  Description parseItemDescription(Element rssRoot, Element eDesc)
           
 
クラス com.sun.syndication.io.impl.RSS092Parser から継承されたメソッド
parseCategories
 
クラス com.sun.syndication.io.impl.RSS091UserlandParser から継承されたメソッド
getImage, getItems, getRSSNamespace, getTextInput, getTextInputLabel, isHourFormat24, isMyType, 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
 

コンストラクタの詳細

RSS094Parser

public RSS094Parser()

RSS094Parser

protected RSS094Parser(java.lang.String type)
メソッドの詳細

getRSSVersion

protected java.lang.String getRSSVersion()
オーバーライド:
クラス RSS093Parser 内の getRSSVersion

parseChannel

protected WireFeed parseChannel(Element rssRoot)
クラス RSS091UserlandParser の記述:
Parses the root element of an RSS document into a Channel bean.

It first invokes super.parseChannel and then parses and injects the following properties if present: language, pubDate, rating and copyright.

オーバーライド:
クラス RSS092Parser 内の parseChannel
パラメータ:
rssRoot - the root element of the RSS document to parse.
戻り値:
the parsed Channel bean.

parseItem

public Item parseItem(Element rssRoot,
                      Element eItem)
クラス RSS091UserlandParser の記述:
Parses an item element of an RSS document looking for item information.

It first invokes super.parseItem and then parses and injects the description property if present.

オーバーライド:
クラス RSS093Parser 内の parseItem
パラメータ:
rssRoot - the root element of the RSS document in case it's needed for context.
eItem - the item element to parse.
戻り値:
the parsed RSSItem bean.

parseItemDescription

protected Description parseItemDescription(Element rssRoot,
                                           Element eDesc)
オーバーライド:
クラス RSS092Parser 内の parseItemDescription