C# Class Jade.Lexer.Tokens.Attribute

Inheritance: Token
Mostra file Open project: rnrn/Jade4Net Class Usage Examples

Public Methods

Method 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 method

public Attribute ( String value, int lineNumber ) : System
value String
lineNumber int
return System

addAttribute() public method

public addAttribute ( String name, String value ) : void
name String
value String
return void

addBooleanAttribute() public method

public addBooleanAttribute ( String name, System.Boolean value ) : void
name String
value System.Boolean
return void

addExpressionAttribute() public method

public addExpressionAttribute ( String name, String expression ) : void
name String
expression String
return void

getAttributes() public method

public getAttributes ( ) : Object>.Dictionary
return Object>.Dictionary