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