Enum
NodeType

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum NodeType : short

Fields

ATTRIBUTE_NODE

The node is an

Attr
.

Declaration

cs-api-definition
ATTRIBUTE_NODE = 2

Field Value

NodeType

CDATA_SECTION_NODE

The node is a

CDATASection
.

Declaration

cs-api-definition
CDATA_SECTION_NODE = 4

Field Value

NodeType

COMMENT_NODE

The node is a

Comment
.

Declaration

cs-api-definition
COMMENT_NODE = 8

Field Value

NodeType

DOCUMENT_FRAGMENT_NODE

The node is a

DocumentFragment
.

Declaration

cs-api-definition
DOCUMENT_FRAGMENT_NODE = 11

Field Value

NodeType

DOCUMENT_NODE

The node is a

Document
.

Declaration

cs-api-definition
DOCUMENT_NODE = 9

Field Value

NodeType

DOCUMENT_TYPE_NODE

The node is a

DocumentType
.

Declaration

cs-api-definition
DOCUMENT_TYPE_NODE = 10

Field Value

NodeType

ELEMENT_NODE

The node is an

Element
.

Declaration

cs-api-definition
ELEMENT_NODE = 1

Field Value

NodeType

ENTITY_NODE

The node is an

Entity
.

Declaration

cs-api-definition
ENTITY_NODE = 6

Field Value

NodeType

ENTITY_REFERENCE_NODE

The node is an

EntityReference
.

Declaration

cs-api-definition
ENTITY_REFERENCE_NODE = 5

Field Value

NodeType

NOTATION_NODE

The node is a

Notation
.

Declaration

cs-api-definition
NOTATION_NODE = 12

Field Value

NodeType

PROCESSING_INSTRUCTION_NODE

The node is a

ProcessingInstruction
.

Declaration

cs-api-definition
PROCESSING_INSTRUCTION_NODE = 7

Field Value

NodeType

TEXT_NODE

The node is a

Text
node.

Declaration

cs-api-definition
TEXT_NODE = 3

Field Value

NodeType