ancestorChildNumber Method

Returns the number of the nearest ancestor of a node with the requested node name.

lValue = oXTLRuntime.ancestorChildNumber(bstrNodeName, pNode);

HRESULT ancestorChildNumber(
  BSTR bstrNodeName,
  IXMLDOMNode *pNode,
  long *pNumber
);

General Remarks

This method applies to the following interface:

IXTLRuntime.

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.