GetTagByName Method
See Also Example Applies To
Returns an item from the collection of sub-nodes with the passed name.
Syntax
object.GetTagByName (Name)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDOMNode object. |
| Name |
Required. A string which is the name of a tag (Node of Type XML_TAG) in the collection of sub-nodes. |
Remarks
If a tag node with the passed name is not found, the error vbXML_ERROR_TAGNOTFOUND is thrown.
|