Creates a new instance of DocumentType
.
Optional
publicId: stringOptional
systemId: stringReadonly
childSee Node.childNodes
on MDN
Readonly
firstSee Node.firstChild
on MDN
Readonly
lastSee Node.lastChild
on MDN
Readonly
nameSee DocumentType.name
on MDN
Readonly
nextReadonly
nextSee Node.nextSibling
on MDN
Readonly
nodeSee Node.nodeName
on MDN
Readonly
nodeSee Node.nodeType
on MDN
See Node.nodeValue
on MDN
Readonly
parentSee Node.parentElement
on MDN
Readonly
parentSee Node.parentNode
on MDN
Readonly
previousReadonly
previousSee Node.previousSibling
on MDN
Readonly
publicSee DocumentType.publicId
on MDN
Readonly
systemSee DocumentType.systemId
on MDN
See Node.textContent
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_Rest
...nodes: (string | Node)[]See Node.appendChild
on MDN
Rest
...nodes: (string | Node)[]See Node.cloneNode
on MDN
Optional
deep: booleanSee Node.contains
on MDN
See Node.hasChildNodes
on MDN
See Node.insertBefore
on MDN
See Node.isEqualNode
on MDN
See Node.removeChild
on MDN
See Node.replaceChild
on MDN
Rest
...nodes: (string | Node)[]Static
extendGenerated using TypeDoc
See
DocumentType
on MDN