C# Class Transformer.NET.AnchorTag

Inheritance: Token, INoneValuableToken
Mostra file Open project: extnet/Transformer.NET Class Usage Examples

Public Methods

Method Description
AnchorTag ( Match match ) : System
AnchorTag ( Match match, Token parentToken ) : System
BeginHandle ( ) : void
EndHandle ( ) : void

Method Details

AnchorTag() public method

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

AnchorTag() public method

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

BeginHandle() public method

public BeginHandle ( ) : void
return void

EndHandle() public method

public EndHandle ( ) : void
return void