TagExists Method
See Also Example Applies To
Returns True if a tag exists with the passed name in the collection of sub-nodes.
Syntax
object.TagExists (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 found, the method returns True, otherwise it returns False.
|