iTextSharp.tool.xml.pipeline.end.ElementHandlerPipeline.Content C# (CSharp) 메소드

Content() 공개 메소드

public Content ( IWorkerContext context, Tag t, string text, ProcessObject po ) : IPipeline
context IWorkerContext
t Tag
text string
po iTextSharp.tool.xml.ProcessObject
리턴 IPipeline
        public override IPipeline Content(IWorkerContext context, Tag t, string text, ProcessObject po)
        {
            Consume(context, po);
            return GetNext();
        }