Document: documentElement (get)

documentElement

Returns the root element of the document.

 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

Project VBDOM Overview Class Document Overview Document Properties Document Methods createElement load