com.sun.syndication.io.impl

Class SyModuleGenerator

public class SyModuleGenerator extends Object implements ModuleGenerator

Feed Generator for SY ModuleImpl

Author: Elaine Chien

Field Summary
static SetNAMESPACES
static NamespaceSY_NS
static StringSY_URI
Method Summary
voidgenerate(Module module, Element element)
SetgetNamespaces()
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
StringgetNamespaceUri()

Field Detail

NAMESPACES

private static final Set NAMESPACES

SY_NS

private static final Namespace SY_NS

SY_URI

private static final String SY_URI

Method Detail

generate

public void generate(Module module, Element element)

getNamespaces

public 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).

Returns: a set with all the URIs (JDOM Namespace elements) this module generator uses.

getNamespaceUri

public String getNamespaceUri()
Copyright © Sun Microsystems. All Rights Reserved.