ISAXContentHandler::endDocument Method
A version of this page is also available for
4/8/2010
This method receives notification of the end of a document.
Syntax
HRESULT endDocument();
Parameters
None.
Return Value
- S_OK
Returned if no errors occur.
- E_FAIL
Returned if the parse operation should be aborted.
Remarks
The reader invokes the endDocument method only once — at the end of the document. The endDocument method is the last method invoked during the parse. The reader does not invoke this method until it has either abandoned parsing because of an unrecoverable error or has reached the end of the input.
Requirements
Header | msxml2.h, msxml2.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |