C# Class SharpTAL.TemplateParser.Element

Mostra file Open project: lck/SharpTAL Class Usage Examples

Public Methods

Method Description
Element ( ElementKind kind, object>.Dictionary startTagTokens ) : System.Collections.Generic
Element ( ElementKind kind, object>.Dictionary startTagTokens, object>.Dictionary endTagTokens, List children ) : System.Collections.Generic
Element ( ElementKind kind, Token startTag ) : System.Collections.Generic

Method Details

Element() public method

public Element ( ElementKind kind, object>.Dictionary startTagTokens ) : System.Collections.Generic
kind ElementKind
startTagTokens object>.Dictionary
return System.Collections.Generic

Element() public method

public Element ( ElementKind kind, object>.Dictionary startTagTokens, object>.Dictionary endTagTokens, List children ) : System.Collections.Generic
kind ElementKind
startTagTokens object>.Dictionary
endTagTokens object>.Dictionary
children List
return System.Collections.Generic

Element() public method

public Element ( ElementKind kind, Token startTag ) : System.Collections.Generic
kind ElementKind
startTag Token
return System.Collections.Generic