Dart
dart:html
Node
nextNode property
nextNode
Node class
Properties
baseUri
childNodes
firstChild
isConnected
lastChild
nextNode
nodeName
nodes
nodeType
nodeValue
ownerDocument
parent
parentNode
previousNode
text
hashCode
on
runtimeType
Methods
append
clone
contains
getRootNode
hasChildNodes
insertAllBefore
insertBefore
remove
replaceWith
toString
addEventListener
dispatchEvent
noSuchMethod
removeEventListener
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
nextNode property
Node
nextNode
@JSName('nextSibling'), final
The next sibling node.
Other resources
Node.nextSibling
from MDN.
Implementation
final Node nextNode