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 implementations
|
com.itextpdf.tool.xml.pipeline.ctx |
Collection of
CustomContext and
WorkerContext implementations. |
com.itextpdf.tool.xml.pipeline.html |
Contains pipeline stuff for HTML
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Pipeline<T extends CustomContext> |
Modifier and Type | Method | Description |
---|---|---|
CustomContext |
WorkerContext.get(java.lang.String key) |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkerContext.put(java.lang.String contextKey,
CustomContext context) |
Store a customContext for the given key.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractPipeline<T extends CustomContext> |
Abstract class with default implementations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MapContext |
A CustomContext that holds data in a Map
|
class |
ObjectContext<T> |
An Object container.
|
Modifier and Type | Method | Description |
---|---|---|
CustomContext |
WorkerContextImpl.get(java.lang.String klass) |
Modifier and Type | Method | Description |
---|---|---|
void |
WorkerContextImpl.put(java.lang.String key,
CustomContext context) |
Convenience method.
|
Modifier and Type | Class | Description |
---|---|---|
class |
HtmlPipelineContext |
The CustomContext object for the HtmlPipeline.
Use this to configure your HtmlPipeline . |
Copyright © 1998–2018. All rights reserved.