C# Class dotless.Core.Parser.Tree.Selector

Inheritance: Node
Show file Open project: abclassic/dotless Class Usage Examples

Public Methods

Method Description
Accept ( IVisitor visitor ) : void
AppendCSS ( Env env ) : void
Evaluate ( Env env ) : Node
Match ( Selector other ) : bool
Selector ( IEnumerable elements ) : System.Collections.Generic
ToString ( ) : string

Method Details

Accept() public method

public Accept ( IVisitor visitor ) : void
visitor IVisitor
return void

AppendCSS() public method

public AppendCSS ( Env env ) : void
env Env
return void

Evaluate() public method

public Evaluate ( Env env ) : Node
env Env
return Node

Match() public method

public Match ( Selector other ) : bool
other Selector
return bool

Selector() public method

public Selector ( IEnumerable elements ) : System.Collections.Generic
elements IEnumerable
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string