public AppendDataNode ( |
||
dataNode | Optional data node to add to the current module's element. | |
return |
mod:data
node in the current module. mod:data
element will be created (if it doesn't exist in the current module) and the final mod:data
element will be returned. If an element whose name is mod:data
is supplied, if will either be appended to the current module (if the module doesn't have a mod:data
element already) or it will replace the existing mod:data
element if one exists already. The node that will be returned will be the appended copy of the specified dataNode.
public AppendDataNode ( |
||
dataNode | Optional data node to add to the current module's element. | |
return |