AngleSharp by AngleSharp

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

.NET API 960,512 bytes

 FilterSettings

public enum FilterSettings
The enumeration with the flags for setting the NodeIterator.
All = 4294967295

All nodes will be considered.

Attributes will be shown.

CData sections will be shown.

Comment = 128

Comments will be shown.

Document = 256

Documents will be shown.

DocumentFragments will be shown.

DocumentTypes will be shown.

Element = 1

Elements will be shown.

Entity = 32

Entities will be shown.

EntityReferences will be shown.

Notation = 2048

Notations will be shown.

ProcessingInstructions will be shown.

Text = 4

Text nodes will be shown.