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

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

public interface DelegatingModuleGenerator
extends ModuleGenerator

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


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

メソッドの詳細

setFeedGenerator

void setFeedGenerator(WireFeedGenerator feedGenerator)
Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".

パラメータ:
feedGenerator - the parent wirefeed generator for this plugin.