(PHP 8 >= 8.4.0)
Representa um documento HTML ou XML inteiro; serve como a raiz da árvore do documento.
This is the modern, spec-compliant equivalent of DOMDocument. It is the base class for Dom\XMLDocument and Dom\HTMLDocument.
O objeto DOMImplementation que manipula este documento.
A Declaração de Tipo de Documento associada a este documento.
A localização do documento ou null
se indefinido.
null
for document without elements.
Primeiro elemento filho ou null
.
Último elemento filho ou null
.
O número de elementos filhos.
html
element that is either a
body
tag or a frameset
tag.
These need to be in the HTML namespace.
If no element matches, this evaluates to null
.
head
element that is a child of the
html
element.
These need to be in the HTML namespace.
If no element matches, this evaluates to null
.
title
element for HTML or the SVG title
element for SVG.
If there is no title, this evaluates to the empty string.