Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocument.DocumentElement

TElXMLDOMDocument     See also     


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


This property references the root XML node of the document.

Declaration

[C#]
    TElXMLDOMElement DocumentElement;

[VB.NET]
    Property DocumentElement As TElXMLDOMElement

[Pascal]
    property DocumentElement : TElXMLDOMElement;

[C++]
    TElXMLDOMElement* get_DocumentElement();

[PHP]
    TElXMLDOMElement get_DocumentElement()

[Java]
    TElXMLDOMElement getDocumentElement();

Description

    Use this property to get the TElXMLDOMElement that represents the root of the XML document tree. If no root exists, null/nil/Nothing is returned.

See also:     DocumentType    

Discuss this help topic in SecureBlackbox Forum