XmlDocument.createNode

Attaches a new node to the docuement.

class XmlDocument
createNode
(
string name
,
string value = null
)

Parameters

name string

the name of the node

value string

the vale of the node

Return Value

Type: Node

returns the newly created node

Meta