XML Object
 
Syntax
 
SearchForAttribute(after As ChilkatXml, tag As String, attr As String, valuePattern As String) As ChilkatXml
 
Description
Returns the first node having a tag equal to tagName, and an attribute named attrName whose value matches valuePattern, which is a case-sensitive string that can use any number of '*'s to represent 0 or more occurances of any character. 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.