com.sun.syndication.io
インタフェース DelegatingModuleParser

すべてのスーパーインタフェース:
ModuleParser

public interface DelegatingModuleParser
extends ModuleParser

Adds the ability to give a direct wire feed reference to plugin modules that need to call back to their wire feed to complete parsing of their particular namespace. Examples of such parsers include the SSE091Parser.


メソッドの概要
 void setFeedParser(WireFeedParser feedParser)
          Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".
 
インタフェース com.sun.syndication.io.ModuleParser から継承されたメソッド
getNamespaceUri, parse
 

メソッドの詳細

setFeedParser

void setFeedParser(WireFeedParser feedParser)
Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".

パラメータ:
feedParser - the parent wirefeed parser for this plugin.