ParseString Method
See Also Example Applies To
The passed string with the contents of the DTD is parsed.
Syntax
object.ParseString (Data)
| Part |
Description |
| object |
An object expression that evaluates to an XMLDTD object. |
| Data |
Required. A string with the contents of the DTD. |
Remarks
This method actually uses an internal XMLSAXParser to parse the document.
|