14 readonly attribute
unsigned short nodeType;
15 readonly attribute DOMString
nodeName;
17 readonly attribute DOMString?
baseURI;
DOMString lookupPrefix(DOMString? namespace)
unsigned short compareDocumentPosition(Node other)
readonly attribute DOMString nodeName
DOMString lookupNamespaceURI(DOMString? prefix)
const unsigned short DOCUMENT_POSITION_CONTAINED_BY
const unsigned short DOCUMENT_POSITION_PRECEDING
Node cloneNode(optional boolean deep=true)
const unsigned short CDATA_SECTION_NODE
Node removeChild(Node child)
Node insertBefore(Node node, Node? child)
const unsigned short DOCUMENT_NODE
const unsigned short ENTITY_REFERENCE_NODE
readonly attribute Document ownerDocument
readonly attribute Node firstChild
readonly attribute unsigned short nodeType
Node appendChild(Node node)
const unsigned short ATTRIBUTE_NODE
readonly attribute DOMString baseURI
attribute DOMString textContent
const unsigned short DOCUMENT_POSITION_FOLLOWING
const unsigned short DOCUMENT_POSITION_DISCONNECTED
readonly attribute Node nextSibling
boolean isDefaultNamespace(DOMString? namespace)
const unsigned short DOCUMENT_FRAGMENT_NODE
const unsigned short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
const unsigned short ELEMENT_NODE
const unsigned short NOTATION_NODE
readonly attribute Node lastChild
readonly attribute Node parentNode
Node replaceChild(Node node, Node child)
boolean contains(Node? other)
const unsigned short PROCESSING_INSTRUCTION_NODE
readonly attribute Node previousSibling
readonly attribute NodeList childNodes
const unsigned short COMMENT_NODE
const unsigned short DOCUMENT_TYPE_NODE
const unsigned short ENTITY_NODE
readonly attribute Element parentElement
const unsigned short TEXT_NODE
attribute DOMString nodeValue
const unsigned short DOCUMENT_POSITION_CONTAINS
boolean isEqualNode(Node? node)