Document - get_documentElement
Specification
function get_documentElement
(Self : in DOMDocument)
return DOMElement;
Description
This is a convenience attribute that allows direct access to the child node that is the root element of the document. HTML documents for example would return the element with the tagName "'HTML"'.
Parameters
No parameters.
Return value
The root element of the XML tree.
Exceptions
This method raises no exceptions.
Standard
Introduced in DOM Level 1.
get_doctype
get_implementation
get_documentElement
createElement
createDocumentFragment
createTextNode
createComment
createCDATASection
createProcessingInstruction
createAttribute
createEntityReference
getElementsByTagName
importNode
createElementNS
createAttributeNS
getElementsByTagNameNS
getElementById
e-Mail: denny@nodix.de
|