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

Inheritance: IPipeline
Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

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

public AbstractPipeline ( IPipeline next ) : System
next IPipeline
Résultat System

Close() public méthode

public Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
po ProcessObject
Résultat IPipeline

Content() public méthode

public Content ( IWorkerContext ctx, Tag currentTag, string text, ProcessObject po ) : IPipeline
ctx IWorkerContext
currentTag Tag
text string
po ProcessObject
Résultat IPipeline

GetContextKey() public méthode

public GetContextKey ( ) : String
Résultat String

GetLocalContext() public méthode

public GetLocalContext ( IWorkerContext context ) : ICustomContext
context IWorkerContext
Résultat ICustomContext

GetNext() public méthode

public GetNext ( ) : IPipeline
Résultat IPipeline

Init() public méthode

public Init ( IWorkerContext context ) : IPipeline
context IWorkerContext
Résultat IPipeline

Open() public méthode

public Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
po ProcessObject
Résultat IPipeline

SetNext() public méthode

public SetNext ( IPipeline next ) : void
next IPipeline
Résultat void