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.
ファイルを表示 Open project: sergey-rybalkin/emmet.net Class Usage Examples

Public Methods

Method 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

Method Description
TabStopsParser ( ) : Emmet.Diagnostics

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

Method Details

ParseContent() public static method

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.
return TabStopsParser