toXmlNode

abstract fun toXmlNode(parentModule: Node, name: Any): Node(source)

Convert this object to an XML Node (or two nodes if altDeployDescriptor is not null).

Return

The new node. If an node is created it is not returned.

Parameters

parentModule

The parent node to add this node to.

name

The name of this node.