C# Class Transformer.NET.Token

Inheritance: IToken, IID
Afficher le fichier Open project: extnet/Transformer.NET Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
BuildAttributes ( ) : string>.Dictionary
BuildAttributes ( string attrsStr ) : string>.Dictionary
GetAttribute ( string name ) : string
ManagedTokensToString ( ) : string

Method Details

ApplyTemplate() public méthode

public ApplyTemplate ( TemplateTag tpl ) : string
tpl TemplateTag
Résultat string

BeginHandle() public méthode

public BeginHandle ( ) : void
Résultat void

BuildAttributes() protected méthode

protected BuildAttributes ( ) : string>.Dictionary
Résultat string>.Dictionary

BuildAttributes() protected méthode

protected BuildAttributes ( string attrsStr ) : string>.Dictionary
attrsStr string
Résultat string>.Dictionary

EndHandle() public méthode

public EndHandle ( ) : void
Résultat void

GetAttribute() protected méthode

protected GetAttribute ( string name ) : string
name string
Résultat string

GetTemplate() public méthode

public GetTemplate ( string tplId ) : TemplateTag
tplId string
Résultat TemplateTag

GetTokenByID() public méthode

public GetTokenByID ( string id ) : Token
id string
Résultat Token

HandleAnchors() public méthode

public HandleAnchors ( ) : void
Résultat void

IsTemplateInline() public méthode

public IsTemplateInline ( string tpl ) : bool
tpl string
Résultat bool

ManagedTokensToString() protected méthode

protected ManagedTokensToString ( ) : string
Résultat string

ParseAnchors() public méthode

public ParseAnchors ( ) : void
Résultat void

Token() public méthode

public Token ( Match match ) : System
match System.Text.RegularExpressions.Match
Résultat System

Validate() public méthode

public Validate ( ) : void
Résultat void