GetDTDElementByName Method
See Also Example Applies To
Returns a specific XMLDTDElement of the object by using the passed name to match with the objects in the collection.
Syntax
object.GetDTDElementByName (Name)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDTDElements object. |
| Name |
Required. An expression that specifies the name of an XMLDTDElement member of the object. |
Remarks
If the value provided as Name doesn’t match the names of any existing XMLDTDElement members of the object, an vbXML_ERROR_DTDELEMENTNOTFOUND error occurs.
|