getContentHandler Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

getContentHandler Method (C/C++)

Returns the current ContentHandler. The ContentHandler is the class that is implemented to process the contents of a document.

Syntax

HRESULT getContentHandler(
   [out, retval] ISAXContentHandler ** ppHandler);

Parameters

ppHandler [out, retval]
The ContentHandler currently in use or Null (if a ContentHandler has not been set).

Return Values

S_OK
The value returned if the ContentHandler is successfully returned.

See Also

putContentHandler Method (C/C++)

Applies to: ISAXXMLReader Interface