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 aContentHandler
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