|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.io.impl.SyModuleGenerator
public class SyModuleGenerator
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 |
| コンストラクタの詳細 |
|---|
public SyModuleGenerator()
| メソッドの詳細 |
|---|
public java.lang.String getNamespaceUri()
ModuleGenerator の記述:
ModuleGenerator 内の getNamespaceUripublic java.util.Set getNamespaces()
ModuleGenerator 内の getNamespaces
public void generate(Module module,
Element element)
ModuleGenerator の記述:
ModuleGenerator 内の generatemodule - the module to inject into the XML node (JDOM element).element - the XML node into which module meta-data will be injected.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||