| Class | Description | |
|---|---|---|
| AbstractTaskDefinitionParser | Base class for definition parsers dealing with task elements | |
| BlockNodeParser |
Converts a <for/> or <while/> element to a corresponding IObjectDefinition. |
|
| CountProviderNodeParser |
Converts a count attribute to a corresponding IObjectDefinition. |
|
| IfNodeParser |
Converts an <if/> node to a corresponding IObjectDefinition. |
|
| NullReturningNodeParser | Internally used for nodes that are converted by another node parser but will still be interated over the main parser. | |
| PauseCommandNodeParser |
Converts a <pause/> element to a corresponding IObjectDefinition. |
|
| TaskNodeParser |
Converts a <task/> node into a corresponding IObjectDefinition. |