C# Class iTextSharp.tool.xml.pipeline.end.ElementHandlerPipeline

Inheritance: iTextSharp.tool.xml.pipeline.AbstractPipeline
ファイルを表示 Open project: boecko/iTextSharp Class Usage Examples

Public Methods

Method Description
Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
Content ( IWorkerContext context, Tag t, string text, ProcessObject po ) : IPipeline
ElementHandlerPipeline ( IElementHandler handler, IPipeline next ) : System
Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline

Private Methods

Method Description
Consume ( IWorkerContext context, ProcessObject po ) : void

Method Details

Close() public method

public Close ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
po iTextSharp.tool.xml.ProcessObject
return IPipeline

Content() public method

public Content ( IWorkerContext context, Tag t, string text, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
text string
po iTextSharp.tool.xml.ProcessObject
return IPipeline

ElementHandlerPipeline() public method

public ElementHandlerPipeline ( IElementHandler handler, IPipeline next ) : System
handler IElementHandler
next IPipeline
return System

Open() public method

public Open ( IWorkerContext context, Tag t, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
po iTextSharp.tool.xml.ProcessObject
return IPipeline