Share via


absoluteChildNumber Method (Windows Embedded CE 6.0)

1/6/2010

Returns the number of the node that is relative to all siblings.

Script Syntax

            lValue = oXTLRuntime.absoluteChildNumber(pNode);

Remarks

Ee503056.collapse(en-US,WinEmbedded.60).gifScript Parameters

  • pNode
    Object. Node to which the child number is to be returned.

Ee503056.collapse(en-US,WinEmbedded.60).gifScript Return Value

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

Ee503056.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT absoluteChildNumber(
  IXMLDOMNode* pNode, 
  long* pNumber
);

Remarks

Ee503056.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • pNode
    [in] Node for which the child number is to be returned.
  • pNumber
    [out, retval] Index for the node in its parent's list of all child nodes. The first entry in the list is assigned the value 1.

Ee503056.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

Returns S_OK if successful, or an error code otherwise.

Ee503056.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This method applies to the following interface:

IXTLRuntime.

See Also

Reference

XSLT Methods