In This Article

ActiproSoftware.Text.Analysis.Implementation Namespace

Classes

AutoCaseCorrector

Provides a default implementation of an IAutoCorrector that examines tokens for case-insensitive matches and auto-corrects them to proper case.

AutoCorrectorBase

Provides an abstract base class for an IAutoCorrector whose AutoCorrect(TextSnapshotRange) method is called at appropriate times following text changes or caret moves.

DelimiterAutoCompleter

Provides a default implementation for an IDelimiterAutoCompleter that can perform delimiter auto-completion.

LLParseDataCodeBlockFinder

Represents a default implementation of an ICodeBlockFinder that is capable of returning containing code blocks based on AST parse data from an ILLParser.

StructureMatchOptions

Represents options for a structure match operation.

StructureMatchResult

Stores a single result of a structure match operation.

StructureMatchResultCollection

Represents a collection of an IStructureMatchResult objects.

StructureMatchResultSet

Stores the results of a structure match operation.

StructureMatcher

Represents a default implementation of an IStructureMatcher that is capable of matching common bracket delimiters.