Abstract
Readonly
firstNode.firstChild on MDN
Readonly
lastNode.lastChild on MDN
Readonly
nextNode.nextSibling on MDN
Abstract
Readonly
nodeNode.nodeName on MDN
Abstract
Readonly
nodeNode.nodeType on MDN
Readonly
parentNode.parentNode on MDN
Readonly
previousNode.previousSibling on MDN
Static
Readonly
ATTRIBUTE_Static
Readonly
CDATA_Static
Readonly
COMMENT_Static
Readonly
DOCUMENT_Static
Readonly
DOCUMENT_Static
Readonly
DOCUMENT_Static
Readonly
ELEMENT_Static
Readonly
PROCESSING_Static
Readonly
TEXT_Node.childNodes on MDN
Node.nodeValue on MDN
Node.parentElement on MDN
Node.textContent on MDN
Optional
deep: booleanNode.cloneNode on MDN
Node.contains on MDN
Node.hasChildNodes on MDN
Node.insertBefore on MDN
Node.isEqualNode on MDN
Node.replaceChild on MDN
See
Node on MDN