abort Method (DOMDocument) (Compact 2013)

3/26/2014

This method aborts an asynchronous download in progress.

Note

Only operating systems (OSs) that include the Windows Internet API (WinInet) and URL Moniker Services (URLMON) support this method.

Syntax

oXMLDOMDocument.abort();
HRESULT abort( void );

Parameters

Script

None

C/C++

None

Return Value

Script

None

C/C++

  • S_OK
    Returned if the method is successful.

Remarks

This method stops download and parsing and discards any portion of the XML tree already built. IXMLDOMParseError indicates that the download was stopped.

If the readyState Property (DOMDocument) has the value COMPLETED, no action is taken and the current document is unchanged.

This method is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).

This method applies to the following interfaces:

DOMDocument and IXMLDOMParseError.

See Also

Reference

XML DOM Methods
readyState Property (DOMDocument)