com.itextpdf.tool.itextdoc.pdf
Class DocumentationPipeline

java.lang.Object
  extended by com.itextpdf.tool.xml.pipeline.AbstractPipeline<DocumentationPipelineContext>
      extended by com.itextpdf.tool.itextdoc.pdf.DocumentationPipeline
All Implemented Interfaces:
Pipeline<DocumentationPipelineContext>

public class DocumentationPipeline
extends AbstractPipeline<DocumentationPipelineContext>

Author:
redlab_b http://www.redlab.be/

Constructor Summary
DocumentationPipeline(DocumentationConfigFactory factory, Pipeline<?> next)
           
 
Method Summary
 Pipeline<?> close(WorkerContext ctx, Tag t, ProcessObject po)
           
 Pipeline<?> init(WorkerContext context)
           
 Pipeline<?> open(WorkerContext ctx, Tag t, ProcessObject po)
           
 
Methods inherited from class com.itextpdf.tool.xml.pipeline.AbstractPipeline
content, getContextKey, getLocalContext, getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationPipeline

public DocumentationPipeline(DocumentationConfigFactory factory,
                             Pipeline<?> next)
Parameters:
config - the configuration.
next - the next pipeline
core -
Method Detail

init

public Pipeline<?> init(WorkerContext context)
                 throws PipelineException
Specified by:
init in interface Pipeline<DocumentationPipelineContext>
Overrides:
init in class AbstractPipeline<DocumentationPipelineContext>
Throws:
PipelineException

open

public Pipeline<?> open(WorkerContext ctx,
                        Tag t,
                        ProcessObject po)
                 throws PipelineException
Specified by:
open in interface Pipeline<DocumentationPipelineContext>
Overrides:
open in class AbstractPipeline<DocumentationPipelineContext>
Throws:
PipelineException

close

public Pipeline<?> close(WorkerContext ctx,
                         Tag t,
                         ProcessObject po)
                  throws PipelineException
Specified by:
close in interface Pipeline<DocumentationPipelineContext>
Overrides:
close in class AbstractPipeline<DocumentationPipelineContext>
Throws:
PipelineException


Copyright © 2011 1T3XT BVBA. All Rights Reserved.