public class FyydGenerator extends java.lang.Object implements ModuleGenerator
| Constructor and Description |
|---|
FyydGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Module module,
org.jdom2.Element element)
Generates and injects module metadata into an XML node (JDOM element).
|
java.util.Set<org.jdom2.Namespace> |
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.
|
public java.lang.String getNamespaceUri()
ModuleGeneratorgetNamespaceUri in interface ModuleGeneratorpublic java.util.Set<org.jdom2.Namespace> getNamespaces()
ModuleGeneratorgetNamespaces in interface ModuleGeneratorpublic void generate(Module module, org.jdom2.Element element)
ModuleGeneratorgenerate 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.Copyright © 2025. All rights reserved.