Gets the type of the current node.

[VBScript]
Public ReadOnly Property NodeType As NodeType
[JScript]
public function get NodeType() : NodeType;

Property Value

One of the NodeType values.

See Also

Node Object | Node Members | DOM Namespace