Home | All Classes | Grouped Classes | Index | Search
Returns the root document element node.
CL_DomElement 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".
See also:
CL_DomDocument | CL_DomElement