Table of Contents

Interface IAnsiStreamParserElement

Namespace
Microlithix.Text.Ansi.Element
Assembly
AnsiParser.dll

Represents a parsed element generated by an AnsiStreamParser instance.

public interface IAnsiStreamParserElement

Remarks

The callback function for AnsiStreamParser will receive elements implementing this interface. These elements hold either a single printable character, a single character from a control string, or a single control or escape sequence parsed from the input stream.