C# Class Transformer.NET.Token

Inheritance: IToken, IID
Exibir arquivo Open project: extnet/Transformer.NET Class Usage Examples

Public Methods

Method Description
ApplyTemplate ( TemplateTag tpl ) : string
BeginHandle ( ) : void
EndHandle ( ) : void
GetTemplate ( string tplId ) : TemplateTag
GetTokenByID ( string id ) : Token
HandleAnchors ( ) : void
IsTemplateInline ( string tpl ) : bool
ParseAnchors ( ) : void
Token ( Match match ) : System
Validate ( ) : void

Protected Methods

Method Description
BuildAttributes ( ) : string>.Dictionary
BuildAttributes ( string attrsStr ) : string>.Dictionary
GetAttribute ( string name ) : string
ManagedTokensToString ( ) : string

Method Details

ApplyTemplate() public method

public ApplyTemplate ( TemplateTag tpl ) : string
tpl TemplateTag
return string

BeginHandle() public method

public BeginHandle ( ) : void
return void

BuildAttributes() protected method

protected BuildAttributes ( ) : string>.Dictionary
return string>.Dictionary

BuildAttributes() protected method

protected BuildAttributes ( string attrsStr ) : string>.Dictionary
attrsStr string
return string>.Dictionary

EndHandle() public method

public EndHandle ( ) : void
return void

GetAttribute() protected method

protected GetAttribute ( string name ) : string
name string
return string

GetTemplate() public method

public GetTemplate ( string tplId ) : TemplateTag
tplId string
return TemplateTag

GetTokenByID() public method

public GetTokenByID ( string id ) : Token
id string
return Token

HandleAnchors() public method

public HandleAnchors ( ) : void
return void

IsTemplateInline() public method

public IsTemplateInline ( string tpl ) : bool
tpl string
return bool

ManagedTokensToString() protected method

protected ManagedTokensToString ( ) : string
return string

ParseAnchors() public method

public ParseAnchors ( ) : void
return void

Token() public method

public Token ( Match match ) : System
match System.Text.RegularExpressions.Match
return System

Validate() public method

public Validate ( ) : void
return void