C# 클래스 iTextSharp.tool.xml.pipeline.AbstractPipeline

상속: IPipeline
파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

메소드 설명
AbstractPipeline ( IPipeline next ) : System
Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
Content ( IWorkerContext ctx, Tag currentTag, string text, ProcessObject po ) : IPipeline
GetContextKey ( ) : String
GetLocalContext ( IWorkerContext context ) : ICustomContext
GetNext ( ) : IPipeline
Init ( IWorkerContext context ) : IPipeline
Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
SetNext ( IPipeline next ) : void

메소드 상세

AbstractPipeline() 공개 메소드

public AbstractPipeline ( IPipeline next ) : System
next IPipeline
리턴 System

Close() 공개 메소드

public Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
po ProcessObject
리턴 IPipeline

Content() 공개 메소드

public Content ( IWorkerContext ctx, Tag currentTag, string text, ProcessObject po ) : IPipeline
ctx IWorkerContext
currentTag Tag
text string
po ProcessObject
리턴 IPipeline

GetContextKey() 공개 메소드

public GetContextKey ( ) : String
리턴 String

GetLocalContext() 공개 메소드

public GetLocalContext ( IWorkerContext context ) : ICustomContext
context IWorkerContext
리턴 ICustomContext

GetNext() 공개 메소드

public GetNext ( ) : IPipeline
리턴 IPipeline

Init() 공개 메소드

public Init ( IWorkerContext context ) : IPipeline
context IWorkerContext
리턴 IPipeline

Open() 공개 메소드

public Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
po ProcessObject
리턴 IPipeline

SetNext() 공개 메소드

public SetNext ( IPipeline next ) : void
next IPipeline
리턴 void