Allows an application to register a ContentHandler
. If the application does not register a ContentHandler
, all content events reported by the reader will be ignored. An application can register a new or different handler while in the middle of parsing a document, and the reader will immediately start using the new handler.
HRESULT putContentHandler( [in] ISAXContentHandler * pHandler);
ContentHandler
to register.ContentHandler
is successfully registered.getContentHandler Method (C/C++)
Applies to: ISAXXMLReader Interface