NodeValidator<TContext, TBaseNode, TNode> Class
Definition
An NodeProcessor<TBaseNode, TNode> for validating nodes of a specific type in a tree.
public abstract class NodeValidator<TContext, TBaseNode, TNode> : NodeProcessor<TContext, TBaseNode, TNode>
where TBaseNode : Node<TBaseNode>
where TNode : TBaseNode
View source
Type Parameters
| Name |
Description |
TContext |
The type of the processing context. |
TBaseNode |
The base type of nodes in the tree. |
TNode |
The type of nodes to validate. |
Constructors
Methods