Module

IXMLDOMParseError

Inheritance
Included Modules
WIN32OLE::VARIANT

structure for reporting parser errors

Attributes

Name Visibility R/W Description
lastargs public R

Methods

Instance

Visibility Signature
public errorCode ()
public filepos ()
public line ()
public linepos ()
public reason ()
public srcText ()
public url ()

Instance Method Detail

errorCode()

I4 errorCode the error code

filepos()

I4 filepos the absolute file position in the XML document containing the error

line()

I4 line the line number in the XML document where the error occurred

linepos()

I4 linepos the character position in the line containing the error

reason()

BSTR reason the cause of the error

srcText()

BSTR srcText the data where the error occurred

url()

BSTR url the URL of the XML document containing the error