Table of Contents

Enum NodeFlags

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

Defines some properties of a node. Exclusive maximum is 0x100000000. Inclusive maximum is 0x0FFFFFFFF. General range: 0x1 to 0x80 HTML range : 0x100 to 0x8000 MathML range : 0x10000 to 0x800000 SVG range : 0x1000000 to 0x80000000

[Flags]
public enum NodeFlags : uint
Extension Methods

Fields

HtmlFormatting = 2048

The element is an HTML formatting element.

HtmlListScoped = 4096

The element is opening a list scope.

HtmlMember = 256

The element is part of the HTML namespace.

HtmlSelectScoped = 8192

The element is opening a select scope.

HtmlTableScoped = 32768

The element is opening a table scope.

HtmlTableSectionScoped = 16384

The element is opening a table section scope.

HtmlTip = 512

The element is an HTML text integration point.

ImplicitlyClosed = 16

The element is implicitely closed.

ImpliedEnd = 32

The end of the element is implied.

LineTolerance = 8

The element may start with an additional free line.

LiteralText = 4

The element has literal text.

MathMember = 65536

The element is part of the MathML namespace.

MathTip = 131072

The element is an MathML text integration point.

None = 0

No special properties.

Scoped = 64

The element is opening a scope.

SelfClosing = 1

The element is self-closing.

Special = 2

The element is special.

SvgMember = 16777216

The element is part of the SVG namespace.

SvgTip = 33554432

The element is an SVG text integration point.