Options
All
  • Public
  • Public/Protected
  • All
Menu

A type map from node type number to its type declaration. This is used by utility function isNodeOfType()

Hierarchy

  • NodeTypeMap

Index

Properties

ATTRIBUTE_NODE

ATTRIBUTE_NODE: Attr

Attribute node

COMMENT_NODE

COMMENT_NODE: Comment

Comment node

DOCUMENT_FRAGMENT_NODE

DOCUMENT_FRAGMENT_NODE: DocumentFragment

DocumentFragment node

DOCUMENT_NODE

DOCUMENT_NODE: Document

Document node

DOCUMENT_TYPE_NODE

DOCUMENT_TYPE_NODE: DocumentType

DocumentType node

ELEMENT_NODE

ELEMENT_NODE: HTMLElement

HTMLElement node

PROCESSING_INSTRUCTION_NODE

PROCESSING_INSTRUCTION_NODE: ProcessingInstruction

ProcessingInstruction node

TEXT_NODE

TEXT_NODE: Text

Text node

Generated using TypeDoc