AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

.NET API 960,512 bytes

 NodeFlags

public enum NodeFlags
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

The element is an HTML formatting element.

The element is opening a list scope.

HtmlMember = 256

The element is part of the HTML namespace.

The element is opening a select scope.

The element is opening a table scope.

The element is opening a table section scope.

HtmlTip = 512

The element is an HTML text integration point.

The element is implicitely closed.

The end of the element is implied.

The element may start with an additional free line.

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.

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.