C# Class SharpTAL.TemplateParser.Element

Afficher le fichier Open project: lck/SharpTAL Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Element() public méthode

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
Résultat System.Collections.Generic

Element() public méthode

public Element ( ElementKind kind, Token startTag ) : System.Collections.Generic
kind ElementKind
startTag Token
Résultat System.Collections.Generic