public class ContentModuleGenerator extends Object implements ModuleGenerator
| Constructor and Description |
|---|
ContentModuleGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Module module,
org.jdom2.Element element) |
protected org.jdom2.Element |
generateCDATAElement(String name,
String value) |
protected org.jdom2.Element |
generateSimpleElement(String name,
String value) |
Set<org.jdom2.Namespace> |
getNamespaces() |
String |
getNamespaceUri() |
public void generate(Module module, org.jdom2.Element element)
generate in interface ModuleGeneratorpublic String getNamespaceUri()
getNamespaceUri in interface ModuleGeneratorpublic Set<org.jdom2.Namespace> getNamespaces()
getNamespaces in interface ModuleGeneratorCopyright © 2021. All rights reserved.