XMLChildPos
Gets the position of a child element within an XML document object.
The position, in an XmlChildren array, of the Nth child that has the specified name.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The XML DOM object. | |
|
|
| The name of the child element. | |
|
|
| The position of the child element. 1-based. |
Examples
Related
Last updated