getParent Method (C/C++)

MSXML 5.0 SDK

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

getParent Method (C/C++)

Gets a reference to the instance of ISAXXMLReader that was set by the putParent method.

Syntax

HRESULT getParent(
   [out, retval] ISAXXMLReader ** ppReader);

Parameters

ppReader [out, retval]
The instance of the reader in use.

Remarks

The argument may not be Null.

Return Values

S_OK
The value returned when the parent is returned as expected.

See Also

putParent Method (C/C++)

Applies to: ISAXXMLFilter Interface