getDTDHandler Method (C/C++)
Returns the current DTDHandler.
Syntax
HRESULT getDTDHandler( [out, retval] ISAXDTDHandler ** ppHandler);
Parameters
- ppHandler [out, retval]
- The
DTDHandlercurrently in use or Null (if aDTDHandlerhas not been set).
Return Values
- S_OK
- The value returned if the
DTDHandleris successfully returned.
See Also
Applies to: ISAXXMLReader Interface
