Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.