Class AutoDocPipeline

  • All Implemented Interfaces:
    Pipeline

    @Experimental("Untested for a while, forgot about it\'s existance - thus, not yet documented")
    public class AutoDocPipeline
    extends AbstractPipeline
    This pipeline can automagically create documents. Allowing you to parse continuously, without needing to renew the configuration. This class does expect PdfWriterPipeline to be the last pipe of the line. If a HtmlPipeline is available it's context will also be reset.
    • Field Detail

      • tag

        private final java.lang.String tag
      • opentag

        private final java.lang.String opentag
    • Constructor Detail

      • AutoDocPipeline

        public AutoDocPipeline​(FileMaker fm,
                               java.lang.String tag,
                               java.lang.String opentag,
                               Rectangle pagesize)
        Constructor
        Parameters:
        fm - a FileMaker to provide a stream for every new document
        tag - the tag on with to create a new document and close it
        opentag - the tag on which to open the document ( Document.open()
        pagesize - the pagesize for the documents