NodeType

The type of node.

Values

ValueMeaning
OpeningTag

Indicates that this is an opening tag. i.e. <tag>

Content

Indicates that this is content. i.e. Contains no html tags in it, and just text only.

ClosingTag

Indicates that this is a closing tag. i.e. </tag>

Meta