Table of Contents

Enum FilterResult

Namespace
AngleSharp.Dom
Assembly
AngleSharp.dll

An enumeration that contains the valid results of examining a node.

[DomName("NodeFilter")]
public enum FilterResult : byte
Extension Methods

Fields

[DomName("FILTER_ACCEPT")] Accept = 1

The Node is accepted.

[DomName("FILTER_REJECT")] Reject = 2

The Node (and its children) are rejected.

[DomName("FILTER_SKIP")] Skip = 3

The Node is skipped. Children are still considered.