public class WinOpenSearchGenerator extends Object implements com.sun.syndication.io.ModuleGenerator
Constructor and Description |
---|
WinOpenSearchGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
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> |
getNamespaces() |
String |
getNamespaceUri() |
public void generate(com.sun.syndication.feed.module.Module module, org.jdom.Element element)
generate
in interface com.sun.syndication.io.ModuleGenerator
protected org.jdom.Element generateSimpleElement(String name, String value)
name
- The name of the element.value
- The value of the element.public String getNamespaceUri()
getNamespaceUri
in interface com.sun.syndication.io.ModuleGenerator
public Set<org.jdom.Namespace> getNamespaces()
getNamespaces
in interface com.sun.syndication.io.ModuleGenerator
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.