XML
representation of the module, which will look similar to the following example: <module id="mymodule"> TODO: Finish example </module>Use {@link #fromXml(org.wc3.dom.Node))} or{@link #fromXml(org.w3c.dom.Node,javax.xml.xpath.XPath)} to create a
Module
from the serialized output of this method.
@return the XML
representation of the module
@see #fromXml(org.w3c.dom.Node)
@see #fromXml(org.w3c.dom.Node,javax.xml.xpath.XPath)
|
|