C# Class LessCss.Loaders.LessDocumentLoader

Inheritance: IDocumentLoader
显示文件 Open project: erikvanbrakel/less.net Class Usage Examples

Public Methods

Method Description
LoadFromString ( string input ) : StyleDocument

Private Methods

Method Description
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

Method Details

LoadFromString() public method

public LoadFromString ( string input ) : StyleDocument
input string
return StyleDocument