Package com.saperion.rs.rome.modules
Class WinOpenSearchGenerator
java.lang.Object
com.saperion.rs.rome.modules.WinOpenSearchGenerator
- All Implemented Interfaces:
com.sun.syndication.io.ModuleGenerator
public class WinOpenSearchGenerator
extends Object
implements com.sun.syndication.io.ModuleGenerator
The WinOpenSearchGenerator for the WinOpenSearchModule.
- Author:
- sts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generate
(com.sun.syndication.feed.module.Module module, org.jdom.Element element) protected org.jdom.Element
generateSimpleElement
(String name, String value) Generates a single element by the given parameters.Set<org.jdom.Namespace>
-
Constructor Details
-
WinOpenSearchGenerator
public WinOpenSearchGenerator()
-
-
Method Details
-
generate
public void generate(com.sun.syndication.feed.module.Module module, org.jdom.Element element) - Specified by:
generate
in interfacecom.sun.syndication.io.ModuleGenerator
-
generateSimpleElement
Generates a single element by the given parameters.- Parameters:
name
- The name of the element.value
- The value of the element.- Returns:
- the created element.
-
getNamespaceUri
- Specified by:
getNamespaceUri
in interfacecom.sun.syndication.io.ModuleGenerator
-
getNamespaces
- Specified by:
getNamespaces
in interfacecom.sun.syndication.io.ModuleGenerator
-