Microsoft XML SDK 2.6 - XML Reference

abort Method (DOMDocument)

Aborts an asynchronous download in progress.

oXMLDOMDocument.abort()

Remarks

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

If the readyState property has the value "COMPLETED", no action is taken and the current document is unchanged.

This member is an extension of the W3C DOM.

See Also

Applies To: DOMDocument Object