Method | Description | |
---|---|---|
LoadFromString ( string input ) : StyleDocument |
Method | Description | |
---|---|---|
ParseDocument ( Antlr.Runtime.Tree.BaseTree tree ) : StyleDocument | ||
ParseExpression ( ITree tree ) : |
||
ParseProperty ( ITree child ) : StyleProperty | ||
ParseRule ( Antlr.Runtime.Tree.BaseTree tree ) : StyleRule | ||
ParseSelector ( Antlr.Runtime.Tree.BaseTree child ) : StyleSelector | ||
ParseVariable ( ITree tree ) : StyleVariable |
public LoadFromString ( string input ) : StyleDocument | ||
input | string | |
return | StyleDocument |