menu
Dart
dart:html
Node
hasChildNodes method
hasChildNodes
brightness_4
brightness_5
description
hasChildNodes
method
bool
hasChildNodes
(
)
Returns true if this node has any children.
Other resources
Node.hasChildNodes
from MDN.
Implementation
bool hasChildNodes() native;
Dart
dart:html
Node
hasChildNodes method
Node class
Properties
baseUri
childNodes
firstChild
hashCode
isConnected
lastChild
nextNode
nodeName
nodes
nodeType
nodeValue
on
ownerDocument
parent
parentNode
previousNode
runtimeType
text
Methods
addEventListener
append
clone
contains
dispatchEvent
getRootNode
hasChildNodes
insertAllBefore
insertBefore
noSuchMethod
remove
removeEventListener
replaceWith
toString
Operators
operator ==
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