XML Object
 
Syntax
 
FindOrAddNewChild(tag As String) As ChilkatXml
 
Description
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.