Namespace Microlithix.Text.Ansi.Element
Classes
- AnsiControlSequence
Represents a single ANSI control sequence from the parsed input.
- AnsiControlString
Represents a complete control string from the parsed input.
- AnsiControlStringChar
Represents a single character in a control string from the parsed input.
- AnsiControlStringInitiator
Indicates the start of a control string in the parsed input.
- AnsiControlStringTerminator
Indicates the end of a control string in the parsed input.
- AnsiEscapeSequence
Represents a single ANSI escape sequence from the parsed input.
- AnsiPrintableChar
Represents a single printable character from the parsed input.
- AnsiPrintableString
Represents a consecutive sequence of one or more printable characters from the parsed input.
- AnsiPrivateControlSequence
Represents a single private ANSI control sequence from the parsed input.
- AnsiSolitaryControlCode
Represents a single control code from the parsed input.
- Parameter
Represents a single parameter in a control sequence.
Interfaces
- IAnsiStreamParserElement
Represents a parsed element generated by an AnsiStreamParser instance.
- IAnsiStringParserElement
Represents a parsed element generated by an AnsiStringParser instance.