XmlDocument.createNode

Attaches a new node to the docuement.

class XmlDocument(T = char)
createNode

Parameters

name tstring

the name of the node

value tstring

the vale of the node

Return Value

Type: Node

returns the newly created node

Meta