putDTDHandler Method (C/C++)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

putDTDHandler Method (C/C++)

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.

Syntax

HRESULT putDTDHandler(
   [in] ISAXDTDHandler * pHandler);

Parameters

pHandler [in]
The DTDHandler to register.

Return Values

S_OK
The value returned if the DTDHandler is successfully registered.

See Also

getDTDHandler Method (C/C++)

Applies to: ISAXXMLReader Interface