Returns the current ContentHandler. The ContentHandler is the class that is implemented to process the contents of a document.
HRESULT getContentHandler( [out, retval] ISAXContentHandler ** ppHandler);
ContentHandler currently in use or Null (if a ContentHandler has not been set).ContentHandler is successfully returned.putContentHandler Method (C/C++)
Applies to: ISAXXMLReader Interface