Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Xml::FindOrAddNewChild
First searches for a child having a tag equal to tagName, and if found, returns it. Otherwise creates a new child, sets the tag equal to tagName, and initializes the Content to empty.
![]() |
Declarations | ||
|
[Visual Basic] Public Function FindOrAddNewChild(ByVal String tagName) As Boolean [C#] public bool FindOrAddNewChild(string tagName); [C++] public bool FindOrAddNewChild(String *tagName); [JScript] public function FindOrAddNewChild(String tagName) : Boolean |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.