C# Class Emmet.Engine.TabStopsParser

Wrapper over tab stops utility in the Emmet engine. Can be used to prepare expanded abbreviations to be inserted into the editor and get information about tab stops.
Afficher le fichier Open project: sergey-rybalkin/emmet.net Class Usage Examples

Méthodes publiques

Méthode Description
ParseContent ( V8Engine engine, string content ) : TabStopsParser

Looks for tab stops in the specified content and returns a processed version with expanded placeholders and tab stops found.

Private Methods

Méthode Description
TabStopsParser ( ) : Emmet.Diagnostics

Constructor that prevents a default instance of this class from being created.

Method Details

ParseContent() public static méthode

Looks for tab stops in the specified content and returns a processed version with expanded placeholders and tab stops found.
/// Indicates that Emmet engine has failed to parse the specified content. ///
public static ParseContent ( V8Engine engine, string content ) : TabStopsParser
engine V8.Net.V8Engine V8 instance with Emmet engine compiled in it.
content string Expanded abbreviation content.
Résultat TabStopsParser