MarkdownSyntaxNodeFilter Class

MarkdownSyntaxNodeFilter class

Base implementation of the MarkdownSyntaxNodeFilter.

public abstract class MarkdownSyntaxNodeFilter

Methods

NameDescription
abstract AcceptNode(MarkdownSyntaxNode)Defines the interface for accept node.

Fields

NameDescription
static readonly AnyThe AnyMarkdownSyntaxNodeFilter.
const FILTER_ACCEPTThe filter accept constant.
const FILTER_REJECTThe filter reject constant.
const FILTER_SKIPThe filter skip constant.

See Also