Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NodeType

Type of nodes in the DOM tree.

see

Node type constants on MDN

Index

Enumeration members

CDATA_SECTION

CDATA_SECTION: = 4

COMMENT

COMMENT: = 8

DOCUMENT

DOCUMENT: = 9

ELEMENT

ELEMENT: = 1

PROCESSING_INSTRUCTION

PROCESSING_INSTRUCTION: = 7

TEXT

TEXT: = 3

Generated using TypeDoc