GetElement Method
See Also Example Applies To
Returns a specific XMLDTDElement object found using the passed name.
Syntax
object.GetElement (ElementName)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDTD object. |
| ElementName |
Required. A string that contains the name of the element to return. |
Remarks
Returns a specific XMLDTDElement object found using the passed name.
If the element name can not be found then a vbXML_ERROR_INVALIDXML error will be raised.
|