XML Object
 
Syntax
 
SearchForTag(after As ChilkatXml, tag As String) As ChilkatXml
 
Description
Returns the first node having a tag equal to tagName. The search is breadth-first over the tree, and the previous node returned can be passed to the next call as afterNode to continue the search after that node.