Class ElementHandlerPipeline

java.lang.Object
com.itextpdf.tool.xml.pipeline.AbstractPipeline
com.itextpdf.tool.xml.pipeline.end.ElementHandlerPipeline
All Implemented Interfaces:
Pipeline

public class ElementHandlerPipeline extends AbstractPipeline
As the PdfWriterPipeline but this one just passes everything on to an ElementHandler. Allowing you to get all Writables at the end of the pipeline. (or in between)