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

java.lang.Object
  上位を拡張 com.sun.syndication.io.impl.SyModuleGenerator
すべての実装されたインタフェース:
ModuleGenerator

public class SyModuleGenerator
extends java.lang.Object
implements ModuleGenerator

Feed Generator for SY ModuleImpl


コンストラクタの概要
SyModuleGenerator()
           
 
メソッドの概要
 void generate(Module module, Element element)
          Generates and injects module metadata into an XML node (JDOM element).
 java.util.Set getNamespaces()
          Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
 java.lang.String getNamespaceUri()
          Returns the namespace URI this generator handles.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SyModuleGenerator

public SyModuleGenerator()
メソッドの詳細

getNamespaceUri

public java.lang.String getNamespaceUri()
インタフェース ModuleGenerator の記述:
Returns the namespace URI this generator handles.

定義:
インタフェース ModuleGenerator 内の getNamespaceUri
戻り値:
the namespace URI.

getNamespaces

public java.util.Set getNamespaces()
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.

It is used by the the feed generators to add their namespace definition in the root element of the generated document (forward-missing of Java 5.0 Generics).

定義:
インタフェース ModuleGenerator 内の getNamespaces
戻り値:
a set with all the URIs (JDOM Namespace elements) this module generator uses.

generate

public void generate(Module module,
                     Element element)
インタフェース ModuleGenerator の記述:
Generates and injects module metadata into an XML node (JDOM element).

定義:
インタフェース ModuleGenerator 内の generate
パラメータ:
module - the module to inject into the XML node (JDOM element).
element - the XML node into which module meta-data will be injected.