RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNode.GetOwnerDocument Method

Returns the interface for the document in which this node appears.

Pascal
function GetOwnerDocument: IXMLDocument;
C++
__fastcall IXMLDocument GetOwnerDocument();

Use the TXMLNode object's IXMLNode interface to call the protected GetOwnerDocument method. GetOwnerDocument returns the value of the OwnerDocument property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!