Private #childPrivate Readonly #endPrivate Readonly #endPrivate Readonly #endPrivate #fixedPrivate Readonly #ownerOwner Document
DOM API: Node
Private #prevCached prevToken property
Private Readonly #rawPrivate Readonly #startPrivate Readonly #startPrivate Readonly #startReadonly ATTRIBUTE_Readonly CDATA_Readonly COMMENT_Readonly DOCUMENT_Readonly DOCUMENT_Readonly DOCUMENT_Readonly DOCUMENT_Readonly DOCUMENT_Readonly DOCUMENT_Readonly DOCUMENT_DOM API: Node
https://dom.spec.whatwg.org/#dom-node-document_position_implementation_specific
Readonly DOCUMENT_Readonly DOCUMENT_Readonly ELEMENT_Readonly ENTITY_Readonly ENTITY_Readonly MARKUPLINT_@markuplint/ml-core API: MLNode
Readonly NOTATION_Readonly PROCESSING_Readonly TEXT_Protected _astReadonly nameReadonly publicReadonly rulesReadonly systemReadonly uuidIT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-baseuri%E2%91%A0
The list of child nodes that contains Element, Text, and Comment.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-childnodes%E2%91%A0
@markuplint/ml-core API: MLDOMToken
@markuplint/ml-core API: MLDOMToken
@markuplint/ml-core API: MLDOMToken
The first node that may be Element, Text, and CommentNode.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-firstchild%E2%91%A0
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-isconnected%E2%91%A0
The last node that may be Element, Text, and CommentNode.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-lastchild%E2%91%A0
@markuplint/ml-core API: MLNode
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-nextsibling%E2%91%A0
Returns a string appropriate for the type of node as DocumentType
https://dom.spec.whatwg.org/#ref-for-documenttype%E2%91%A0%E2%93%AA
Returns a number appropriate for the type of DocumentType
The nodeValue getter steps are to return the following, switching on the interface this implements:
Attr: this’s value.CharacterData: this’s data.DOM API: Node
@markuplint/ml-core API: MLDOMToken
The Document that this node belongs to.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-ownerdocument%E2%91%A0
The parent element.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-parentelement%E2%91%A0
The parent node that may be Element, Document, DocumentFragment, and null.
<html> // => #document
<body></body> // => <html>
</html>
<div> // => null
<span></span> // => <div>
</div>
<> // => null
<div> // => #document-fragment
{items.map(item => {
return (
<span /> // => null
)
})}
</div>
</>
//- null
div
//- <div>
if foo
//- null
span
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-parentnode%E2%91%A0
@markuplint/ml-core API: MLNode
@markuplint/ml-core API: MLNode
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-previoussibling%E2%91%A0
@markuplint/ml-core API: MLDOMToken
@markuplint/ml-core API: MLDOMToken
@markuplint/ml-core API: MLDOMToken
@markuplint/ml-core API: MLDOMToken
Returns a syntactical parent node
<html> // => #document
<body></body> // => <html>
</html>
<> // => #document
<div> // => #document-fragment
{items.map(item => {
return (
<span /> // => #ml-block
)
})}
</div>
</>
//- #document
div
//- <div>
if foo
//- #ml-block
span
@markuplint/ml-core API: MLNode
Return the text content.
Comment, or Text, textContent returns, or sets, the text inside the node, i.e., the Node.nodeValue.DOM API: Node
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: EventTarget
https://dom.spec.whatwg.org/#ref-for-dom-eventtarget-addeventlistener%E2%91%A2
Optional callback: null | EventListenerOrEventListenerObjectIT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-clonenode%E2%91%A0
Optional deep: booleanIT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-comparedocumentposition%E2%91%A0
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-contains%E2%91%A0
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: EventTarget
https://dom.spec.whatwg.org/#ref-for-dom-eventtarget-dispatchevent%E2%91%A2
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-getrootnode%E2%91%A0
Optional options: GetRootNodeOptionsIT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-haschildnodes%E2%91%A0
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-isequalnode%E2%91%A0
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
https://dom.spec.whatwg.org/#ref-for-dom-node-normalize%E2%91%A0
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: Node
IT THROWS AN ERROR WHEN CALLING THIS.
DOM API: EventTarget
https://dom.spec.whatwg.org/#ref-for-dom-eventtarget-removeeventlistener%E2%91%A1
Optional callback: null | EventListenerOrEventListenerObjectGenerated using TypeDoc
Cached
childNodesproperty