Gets the root Element for the document.
[VBScript]
Public ReadOnly Property DocumentElement As Element
[JScript]
public function get DocumentElement() : Element;
Property Value
The Element thatRepresents the root of the XML document tree. If no root exists, null is returned.
See Also
Document Object | Document Members | DOM Namespace