 |
|
NamespaceDefinition Event
See Also Example Applies To
Fired when an XML name space definition is found in an XML tag in the XML document.
Syntax
Private Sub object_NamespaceDefinition (Name, Value , StartPostion)
| Part |
Description |
| object |
An object expression that evaluates to an XMLSAXParser object. |
| Value |
Required. A string with the name of the name space, e.g. "xmlns:anothernamespace". |
| Value |
Required. A string with the value of the name space definition e.g. "http://www.namespacesrus.org/anothernamespace". |
| StartPosition |
Required. A long integer with the start position in bytes of the tag containing the name space definition. |
|
 |