.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::GetNthChildWithTag

Returns the Nth child having a tag that matches exactly with the tagName. Use the NumChildrenHavingTag method to determine how many children have a particular tag.

  Declarations  
    [Visual Basic]
Public Function GetNthChildWithTag(ByVal Integer index , ByVal String tagName) As Xml

[C#]
public Xml GetNthChildWithTag(int index , string tagName);

[C++]
public Xml *GetNthChildWithTag(int index , String *tagName);

[JScript]
public function GetNthChildWithTag(int index , String tagName) : Xml
 
  Parameters  
   
index
Index for the child to return, beginning at 0.
tagName
Return the Nth child node having this tag.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.