Version

Infragistics.Documents.Tagging Namespace

Classes
 ClassDescription
ClassClassificationTag Basic implementation of IClassificationTag.
ClassClassificationTagger An ITagger<T> implementation that tags document text with IClassificationTags.
ClassClassificationTaggerProvider Provides a Classification tagger.
ClassDiagnosticTag Basic implementation of IDiagnosticTag.
ClassDiagnosticTagger An ITagger<T> implementation that tags document text with IDiagnosticTags.
ClassDiagnosticTaggerProvider Provides a Infragistics.Documents.Parsing.NodeDiagnostic tagger.
ClassDocumentTagAggregator<T> An implementation of ITagAggregator for use with Infragistics.Documents.TextDocuments.
ClassTaggerBase<T> An abstract base class for taggers (i.e., objects that implement ITagger<T>)
ClassTagSpan<T> Basic implementation of ITagSpan.
ClassTokenTag Basic implementation of ITokenTag.
ClassTokenTagger An ITagger<T> implementation that tags document text with ITokenTags.
ClassTokenTaggerProvider Provides a token tagger.
Interfaces
 InterfaceDescription
InterfaceIClassificationTag The interface definition for all objects that represent a classification tag.
InterfaceIDiagnosticTag The interface for all tags that represent diagnostics generated by the Infragistics.Documents.TextDocument parser.
InterfaceITag The base interface for all tag types.
InterfaceITagger<T> The interface definition for all objects that provide ITags from text.
InterfaceITaggerProvider The interface definition for objects create Taggers.
InterfaceITagSpan<T> The interface definition for all objects that associate an ITag with a Infragistics.Documents.SnapshotSpan
InterfaceITokenTag The interface for all tags that represent tagged Tokens.
See Also