Share via


parseError Property

Returns IXMLDOMParseError that contains information about the last parsing error.

var objError = objXMLDOMDocument.parseError;

HRESULT get_parseError(
  IXMLDOMParseError** errorObj
);

General Remarks

It returns IXMLDOMParseError.

This member is an extension of the World Wide Web Consortium (W3C) Document Object Model (DOM).

This property is read-only, and applies to the following objects and interfaces:

DOMDocument and IXMLDOMParseError

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.