nodeType property

int get nodeType

The read-only nodeType property of a Node interface is an integer that identifies what the node is. It distinguishes different kind of nodes from each other, such as Element, Text and Comment.

Implementation

external int get nodeType;