| Class | Description |
|---|---|
| ActionParser |
Represents a parser that will convert item configuration sections into action objects.
|
| ConfigurationParser<TOutput> |
Represents a generic configuration parser.
|
| RangeParser |
Responsible for reading ranges.
|
| StringListParser |
Converts a configuration object into a list of strings.
|
| TextParser<TResult> |
Represents an object that transforms strings of text into objects.
|
| Utility |
Parsing utility functions.
|
| Exception | Description |
|---|---|
| ParsingException |