getDTDHandler Method (C/C++)

MSXML 5.0 SDK

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

getDTDHandler Method (C/C++)

Returns the current DTDHandler.

Syntax

HRESULT getDTDHandler(
   [out, retval] ISAXDTDHandler ** ppHandler);

Parameters

ppHandler [out, retval]
The DTDHandler currently in use or Null (if a DTDHandler has not been set).

Return Values

S_OK
The value returned if the DTDHandler is successfully returned.

See Also

putDTDHandler Method (C/C++)

Applies to: ISAXXMLReader Interface