|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.io.impl.SyModuleGenerator
public class SyModuleGenerator
Feed Generator for SY ModuleImpl
| Field Summary | |
|---|---|
private static java.util.Set |
NAMESPACES
|
private static org.jdom.Namespace |
SY_NS
|
private static java.lang.String |
SY_URI
|
| Constructor Summary | |
|---|---|
SyModuleGenerator()
|
|
| Method Summary | |
|---|---|
void |
generate(Module module,
org.jdom.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String SY_URI
private static final org.jdom.Namespace SY_NS
private static final java.util.Set NAMESPACES
| Constructor Detail |
|---|
public SyModuleGenerator()
| Method Detail |
|---|
public java.lang.String getNamespaceUri()
ModuleGenerator
getNamespaceUri in interface ModuleGeneratorpublic java.util.Set getNamespaces()
getNamespaces in interface ModuleGenerator
public void generate(Module module,
org.jdom.Element element)
ModuleGenerator
generate in interface ModuleGeneratormodule - the module to inject into the XML node (JDOM element).element - the XML node into which module meta-data will be injected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||