Class NodeType
Inheritance
System.Object
NodeType
Namespace: Telerik.Windows.Documents.FormatProviders.Html.Parsing.Dom
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class NodeType : Enum
Fields
ATTRIBUTE_NODE
CDATA_SECTION_NODE
The node is a
CDATASection
.
Declaration
public const NodeType CDATA_SECTION_NODE
Field Value
NodeType
|
COMMENT_NODE
DOCUMENT_FRAGMENT_NODE
The node is a
DocumentFragment
.
Declaration
public const NodeType DOCUMENT_FRAGMENT_NODE
Field Value
NodeType
|
DOCUMENT_NODE
DOCUMENT_TYPE_NODE
The node is a
DocumentType
.
Declaration
public const NodeType DOCUMENT_TYPE_NODE
Field Value
NodeType
|
ELEMENT_NODE
ENTITY_NODE
ENTITY_REFERENCE_NODE
The node is an
EntityReference
.
Declaration
public const NodeType ENTITY_REFERENCE_NODE
Field Value
NodeType
|
NOTATION_NODE
PROCESSING_INSTRUCTION_NODE
The node is a
ProcessingInstruction
.
Declaration
public const NodeType PROCESSING_INSTRUCTION_NODE
Field Value
NodeType
|
TEXT_NODE
value__
Declaration
public short value__
Field Value
System.Int16
|