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

Back to Xml Class Summary

Xml::GetChildWithTag

Returns the Xml child object having a tag matching tagName.

  Declarations  
    [Visual Basic]
Public Function GetChildWithTag(ByVal String tagName) As Boolean

[C#]
public bool GetChildWithTag(string tagName);

[C++]
public bool GetChildWithTag(String *tagName);

[JScript]
public function GetChildWithTag(String tagName) : Boolean
 
  Parameters  
   
tagName
Return the child node having this tag.
 

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