Microsoft XML 2.5 SDK


 

childNumber Method

[This is preliminary documentation and subject to change.]

Returns the number of the node relative to siblings of the same node name.

Syntax

childNumber(pNode)

Parameters

pNode

Object. Node for which the child number is to be returned.

Returns

Long integer. Returns the index for the node in its parent's list of child nodes with that name. The first entry in the list is assigned the value 1.

Applies To

XTLRuntime