Allows an application to register a DTDHandler
. If the application does not register a DTDHandler
, all DTD events reported by the reader are 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 putDTDHandler( [in] ISAXDTDHandler * pHandler);
DTDHandler
to register.DTDHandler
is successfully registered.Applies to: ISAXXMLReader Interface