XMLElemNew
Creates a new XML Element which can be appended to an XML document
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The parent XML object to associate the new node to | |
|
|
| The XML name of the new child node | |
|
|
| The XML namespace to attach to the new child node |
Examples
Related
Last updated