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
ContentHandlercurrently in use or Null (if aContentHandlerhas not been set).
Return Values
- S_OK
- The value returned if the
ContentHandleris successfully returned.
See Also
putContentHandler Method (C/C++)
Applies to: ISAXXMLReader Interface
