C# 클래스 LessCss.Loaders.LessDocumentLoader

상속: IDocumentLoader
파일 보기 프로젝트 열기: erikvanbrakel/less.net 1 사용 예제들

공개 메소드들

메소드 설명
LoadFromString ( string input ) : StyleDocument

비공개 메소드들

메소드 설명
ParseDocument ( Antlr.Runtime.Tree.BaseTree tree ) : StyleDocument
ParseExpression ( ITree tree ) : StyleExpression
ParseProperty ( ITree child ) : StyleProperty
ParseRule ( Antlr.Runtime.Tree.BaseTree tree ) : StyleRule
ParseSelector ( Antlr.Runtime.Tree.BaseTree child ) : StyleSelector
ParseVariable ( ITree tree ) : StyleVariable

메소드 상세

LoadFromString() 공개 메소드

public LoadFromString ( string input ) : StyleDocument
input string
리턴 StyleDocument