C# Class iTextSharp.tool.xml.pipeline.AbstractPipeline

Inheritance: IPipeline
Mostrar archivo Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

AbstractPipeline() public method

public AbstractPipeline ( IPipeline next ) : System
next IPipeline
return System

Close() public method

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

Content() public method

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

GetContextKey() public method

public GetContextKey ( ) : String
return String

GetLocalContext() public method

public GetLocalContext ( IWorkerContext context ) : ICustomContext
context IWorkerContext
return ICustomContext

GetNext() public method

public GetNext ( ) : IPipeline
return IPipeline

Init() public method

public Init ( IWorkerContext context ) : IPipeline
context IWorkerContext
return IPipeline

Open() public method

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

SetNext() public method

public SetNext ( IPipeline next ) : void
next IPipeline
return void