parseError Property (Compact 2013)

3/26/2014

Returns IXMLDOMParseErrorthat contains information about the last parsing error.

Syntax

var objError = objXMLDOMDocument.parseError;
HRESULT get_parseError(IXMLDOMParseError** errorObj);

Parameters

Script

None.

C/C++

  • errorObj
    [out, retval] DOMParseError object. The errorObj parameter is always a valid object.

Return Value

Script

DOMParseError object. The errorObj parameter is always a valid object.

C/C++

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if errorObj is Null.

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:

DOMDocumentand IXMLDOMParseError.

Requirements

Header

msxml2.h,
msxml2.idl

See Also

Reference

XML DOM Properties