C# Class Jade.Lexer.Tokens.Attribute

Inheritance: Token
Afficher le fichier Open project: rnrn/Jade4Net Class Usage Examples

Méthodes publiques

Méthode Description
Attribute ( String value, int lineNumber ) : System
addAttribute ( String name, String value ) : void
addBooleanAttribute ( String name, System.Boolean value ) : void
addExpressionAttribute ( String name, String expression ) : void
getAttributes ( ) : Object>.Dictionary

Method Details

Attribute() public méthode

public Attribute ( String value, int lineNumber ) : System
value String
lineNumber int
Résultat System

addAttribute() public méthode

public addAttribute ( String name, String value ) : void
name String
value String
Résultat void

addBooleanAttribute() public méthode

public addBooleanAttribute ( String name, System.Boolean value ) : void
name String
value System.Boolean
Résultat void

addExpressionAttribute() public méthode

public addExpressionAttribute ( String name, String expression ) : void
name String
expression String
Résultat void

getAttributes() public méthode

public getAttributes ( ) : Object>.Dictionary
Résultat Object>.Dictionary