| Class | Description | |
|---|---|---|
|  | ClassificationTag | Basic implementation of IClassificationTag. | 
|  | ClassificationTagger | An ITagger<T> implementation that tags document text with IClassificationTags. | 
|  | ClassificationTaggerProvider | Provides a Classification tagger. | 
|  | DiagnosticTag | Basic implementation of IDiagnosticTag. | 
|  | DiagnosticTagger | An ITagger<T> implementation that tags document text with IDiagnosticTags. | 
|  | DiagnosticTaggerProvider | Provides a Infragistics.Documents.Parsing.NodeDiagnostic tagger. | 
|  | DocumentTagAggregator<T> | An implementation of ITagAggregator for use with Infragistics.Documents.TextDocuments. | 
|  | TaggerBase<T> | An abstract base class for taggers (i.e., objects that implement ITagger<T>) | 
|  | TagSpan<T> | Basic implementation of ITagSpan. | 
|  | TokenTag | Basic implementation of ITokenTag. | 
|  | TokenTagger | An ITagger<T> implementation that tags document text with ITokenTags. | 
|  | TokenTaggerProvider | Provides a token tagger. | 
| Interface | Description | |
|---|---|---|
|  | IClassificationTag | The interface definition for all objects that represent a classification tag. | 
|  | IDiagnosticTag | The interface for all tags that represent diagnostics generated by the Infragistics.Documents.TextDocument parser. | 
|  | ITag | The base interface for all tag types. | 
|  | ITagger<T> | The interface definition for all objects that provide ITags from text. | 
|  | ITaggerProvider | The interface definition for objects create Taggers. | 
|  | ITagSpan<T> | The interface definition for all objects that associate an ITag with a Infragistics.Documents.SnapshotSpan | 
|  | ITokenTag | The interface for all tags that represent tagged Tokens. |