C# Class Microsoft.Language.Xml.Editor.Classifier

Inheritance: Microsoft.Language.Xml.Editor.AbstractSyntaxTreeTagger, IClassifier
Mostrar archivo Open project: KirillOsenkov/XmlParser

Public Methods

Method Description
Classifier ( IClassificationType types, Microsoft.Language.Xml.Editor.ParserService parserService ) : System
GetClassificationSpans ( SnapshotSpan span ) : IList

Private Methods

Method Description
RaiseClassificationChanged ( ITextSnapshot snapshot ) : void

Method Details

Classifier() public method

public Classifier ( IClassificationType types, Microsoft.Language.Xml.Editor.ParserService parserService ) : System
types IClassificationType
parserService Microsoft.Language.Xml.Editor.ParserService
return System

GetClassificationSpans() public method

public GetClassificationSpans ( SnapshotSpan span ) : IList
span SnapshotSpan
return IList