Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.OwnerDocument

TElXMLDOMNode     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property references the owner document.

Declaration

[C#]
    TElXMLDOMDocument OwnerDocument;

[VB.NET]
    Property OwnerDocument As TElXMLDOMDocument

[Pascal]
    property OwnerDocument : TElXMLDOMDocument;

[C++]
    TElXMLDOMDocument* get_OwnerDocument();

[PHP]
    TElXMLDOMDocument get_OwnerDocument()

[Java]
    TElXMLDOMDocument getOwnerDocument();

Description

    Use this property to access the document, which owns this node. When adding nodes to the current node, use the TElXMLDOMDocument returned by the OwnerDocument property to create the node.

Discuss this help topic in SecureBlackbox Forum