DTDElementTag Event
See Also Example Applies To
Fired when a DTD Element tag is found in the DTD.
Syntax
Private Sub object_DTDElementTag (Value , StartPostion)
| Part |
Description |
| object |
An object expression that evaluates to an XMLSAXParser object. |
| Value |
Required. A string with the contents of the tag. |
| StartPosition |
Required. A long integer with the start position in bytes of the tag in the DTD. |
|