IXMLDOMParseError Members

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - DOM Reference

IXMLDOMParseError Members

[Visual Basic, Script]

The following tables show the properties, methods, and events.

[C/C++]

The following tables show the properties, methods, and events.

This interface inherits from IDispatch.

Properties

errorCode Contains the error code of the last parse error. Read-only.
filepos Contains the absolute file position where the error occurred. Read-only.
line Specifies the line number that contains the error. Read-only.
linepos Contains the character position within the line where the error occurred. Read-only.
reason Describes the reason for the error. Read-only.
srcText Returns the full text of the line containing the error. Read-only.
url Contains the URL of the XML document containing the last error. Read-only.

Methods

None.

Events

None.

To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

IXMLDOMParseError