Document: documentElement (get)
Returns the root element of the document.
[Visual Basic]
Public Property Get documentElement ( ) As Element
Return Values
Element - DOMElement object that represents the single element representing
the root of the XML document tree. Returns Nothing if no root exists.
Remarks
None
See Also
Class Document Overview
| Document Members
| createElement
| load