Dart SDK
dart:html
Node
contains
method
contains
Node
Constants
ATTRIBUTE_NODE
CDATA_SECTION_NODE
COMMENT_NODE
DOCUMENT_FRAGMENT_NODE
DOCUMENT_NODE
DOCUMENT_TYPE_NODE
ELEMENT_NODE
ENTITY_NODE
ENTITY_REFERENCE_NODE
NOTATION_NODE
PROCESSING_INSTRUCTION_NODE
TEXT_NODE
Properties
nodes
childNodes
baseUri
firstChild
lastChild
nextNode
nodeName
nodeType
nodeValue
ownerDocument
parent
parentNode
previousNode
text
on
Methods
remove
replaceWith
insertAllBefore
toString
append
clone
contains
hasChildNodes
insertBefore
addEventListener
removeEventListener
dispatchEvent
@DomName('Node.contains')
@DocsEditable()
bool
contains
(
Node
other
)
Returns true if this node contains the specified node.
Other resources
Node.contains
from MDN.