MarkdownSyntaxNodeFilter class

MarkdownSyntaxNodeFilter class

Base implementation of the MarkdownSyntaxNodeFilter.

The MarkdownSyntaxNodeFilter type exposes the following members:

Properties

PropertyDescription
FILTER_ACCEPTThe filter accept constant.
FILTER_REJECTThe filter reject constant.
FILTER_SKIPThe filter skip constant.
ANYThe AnyMarkdownSyntaxNodeFilter.

Methods

MethodDescription
accept_nodeDefines the interface for accept node.

See Also