Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNotation Interface     IXMLDOMProcessingInstruct...     XML DOM Interfaces    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMParseError Interface


This interface provides detailed information about the last parse error, including the error number, line number, character position, and a text description.

IXMLDOMParseError Methods

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

Interface Information

Implementation Msxml.dll
Inherits from IDispatch
Header and IDL files Msxml.h, Xmldom.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.