iTextSharp.tool.xml.pipeline.end.ElementHandlerPipeline.Content C# (CSharp) Method

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
        public override IPipeline Content(IWorkerContext context, Tag t, string text, ProcessObject po)
        {
            Consume(context, po);
            return GetNext();
        }