C# 클래스 Transformer.NET.Token

상속: IToken, IID
파일 보기 프로젝트 열기: extnet/Transformer.NET 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
BuildAttributes ( ) : string>.Dictionary
BuildAttributes ( string attrsStr ) : string>.Dictionary
GetAttribute ( string name ) : string
ManagedTokensToString ( ) : string

메소드 상세

ApplyTemplate() 공개 메소드

public ApplyTemplate ( TemplateTag tpl ) : string
tpl TemplateTag
리턴 string

BeginHandle() 공개 메소드

public BeginHandle ( ) : void
리턴 void

BuildAttributes() 보호된 메소드

protected BuildAttributes ( ) : string>.Dictionary
리턴 string>.Dictionary

BuildAttributes() 보호된 메소드

protected BuildAttributes ( string attrsStr ) : string>.Dictionary
attrsStr string
리턴 string>.Dictionary

EndHandle() 공개 메소드

public EndHandle ( ) : void
리턴 void

GetAttribute() 보호된 메소드

protected GetAttribute ( string name ) : string
name string
리턴 string

GetTemplate() 공개 메소드

public GetTemplate ( string tplId ) : TemplateTag
tplId string
리턴 TemplateTag

GetTokenByID() 공개 메소드

public GetTokenByID ( string id ) : Token
id string
리턴 Token

HandleAnchors() 공개 메소드

public HandleAnchors ( ) : void
리턴 void

IsTemplateInline() 공개 메소드

public IsTemplateInline ( string tpl ) : bool
tpl string
리턴 bool

ManagedTokensToString() 보호된 메소드

protected ManagedTokensToString ( ) : string
리턴 string

ParseAnchors() 공개 메소드

public ParseAnchors ( ) : void
리턴 void

Token() 공개 메소드

public Token ( Match match ) : System
match System.Text.RegularExpressions.Match
리턴 System

Validate() 공개 메소드

public Validate ( ) : void
리턴 void