EnumNodeType
Enum
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.CDATA_SECTION_NODE
The node is a
CDATASection.COMMENT_NODE
The node is a
Comment.DOCUMENT_FRAGMENT_NODE
The node is a
DocumentFragment.DOCUMENT_NODE
The node is a
Document.DOCUMENT_TYPE_NODE
The node is a
DocumentType.ELEMENT_NODE
The node is an
Element.ENTITY_REFERENCE_NODE
The node is an
EntityReference.NOTATION_NODE
The node is a
Notation.PROCESSING_INSTRUCTION_NODE
The node is a
ProcessingInstruction.