Uses of Class
com.itextpdf.tool.xml.ProcessObject
-
Packages that use ProcessObject Package Description com.itextpdf.tool.xml XMLWorker package provides a framework to parse XML to PDF with iText.com.itextpdf.tool.xml.pipeline The pipeline package contains the pipeline implementationscom.itextpdf.tool.xml.pipeline.css Contains CSS processing pipeline.com.itextpdf.tool.xml.pipeline.end Contains pipelines that can be used as last pipe in the line.com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of ProcessObject in com.itextpdf.tool.xml
Methods in com.itextpdf.tool.xml with parameters of type ProcessObject Modifier and Type Method Description Pipeline<?>
Pipeline. close(WorkerContext context, Tag t, ProcessObject po)
Called when a closing tag has been encountered.Pipeline<?>
Pipeline. content(WorkerContext context, Tag t, java.lang.String content, ProcessObject po)
Called when content has been encountered.Pipeline<?>
Pipeline. open(WorkerContext context, Tag t, ProcessObject po)
Called when an opening tag has been encountered. -
Uses of ProcessObject in com.itextpdf.tool.xml.pipeline
Methods in com.itextpdf.tool.xml.pipeline with parameters of type ProcessObject Modifier and Type Method Description Pipeline<?>
AbstractPipeline. close(WorkerContext context, Tag t, ProcessObject po)
Just calls getNext.
Override this to get notified on encountered closing tags.Pipeline<?>
AbstractPipeline. content(WorkerContext ctx, Tag currentTag, java.lang.String text, ProcessObject po)
Just calls getNext.
Override this to get notified on encountered content.Pipeline<?>
AbstractPipeline. open(WorkerContext context, Tag t, ProcessObject po)
Just calls getNext.
Override this to get notified on encountered opening tags. -
Uses of ProcessObject in com.itextpdf.tool.xml.pipeline.css
Methods in com.itextpdf.tool.xml.pipeline.css with parameters of type ProcessObject Modifier and Type Method Description Pipeline<?>
CssResolverPipeline. open(WorkerContext context, Tag t, ProcessObject po)
-
Uses of ProcessObject in com.itextpdf.tool.xml.pipeline.end
Methods in com.itextpdf.tool.xml.pipeline.end with parameters of type ProcessObject Modifier and Type Method Description Pipeline
ElementHandlerPipeline. close(WorkerContext context, Tag t, ProcessObject po)
Pipeline<?>
PdfWriterPipeline. close(WorkerContext context, Tag t, ProcessObject po)
private void
ElementHandlerPipeline. consume(ProcessObject po)
Pipeline<?>
ElementHandlerPipeline. content(WorkerContext ctx, Tag currentTag, java.lang.String text, ProcessObject po)
Pipeline<?>
PdfWriterPipeline. content(WorkerContext context, Tag currentTag, java.lang.String text, ProcessObject po)
Pipeline
ElementHandlerPipeline. open(WorkerContext context, Tag t, ProcessObject po)
Pipeline<?>
PdfWriterPipeline. open(WorkerContext context, Tag t, ProcessObject po)
private void
PdfWriterPipeline. write(WorkerContext context, ProcessObject po)
-
Uses of ProcessObject in com.itextpdf.tool.xml.pipeline.html
Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type ProcessObject Modifier and Type Method Description Pipeline<?>
AutoDocPipeline. close(WorkerContext context, Tag t, ProcessObject po)
Pipeline<?>
HtmlPipeline. close(WorkerContext context, Tag t, ProcessObject po)
Pipeline<?>
HtmlPipeline. content(WorkerContext context, Tag t, java.lang.String text, ProcessObject po)
Pipeline<?>
AutoDocPipeline. open(WorkerContext context, Tag t, ProcessObject po)
Pipeline<?>
HtmlPipeline. open(WorkerContext context, Tag t, ProcessObject po)
-