Returns the root document element node.
CL_DomElement CL_DomDocument::get_document_element();
Detailed description:
This is a convenience attribute that allows direct access to the child node that is the root element of the document. For HTML documents, this is the element with the tag name "HTML".