C# 클래스 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.
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
TabStopsParser ( ) : Emmet.Diagnostics

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

메소드 상세

ParseContent() 공개 정적인 메소드

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.
리턴 TabStopsParser