NodeProcessor<TContext, TBaseNode, TNode> Class
Definition
Performs some processing on a given node of a specific type using a processing context in a Pipeline<TContext, TBaseNode>.
public abstract class NodeProcessor<TContext, TBaseNode, TNode> : Processor<TContext, TBaseNode>
where TBaseNode : Node<TBaseNode>
where TNode : TBaseNode
View source
Type Parameters
| Name |
Description |
TContext |
The type of the processing context. |
TBaseNode |
The type of nodes in the tree. |
TNode |
The type of node to process. |
Constructors
Methods