C# 클래스 iTextSharp.tool.xml.pipeline.end.ElementHandlerPipeline

상속: iTextSharp.tool.xml.pipeline.AbstractPipeline
파일 보기 프로젝트 열기: boecko/iTextSharp 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Consume ( IWorkerContext context, ProcessObject po ) : void

메소드 상세

Close() 공개 메소드

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

Content() 공개 메소드

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

ElementHandlerPipeline() 공개 메소드

public ElementHandlerPipeline ( IElementHandler handler, IPipeline next ) : System
handler IElementHandler
next IPipeline
리턴 System

Open() 공개 메소드

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