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 and Description |
---|---|
interface |
Pipeline |
Modifier and Type | Method and Description |
---|---|
CustomContext |
WorkerContext.get(String key) |
Modifier and Type | Method and Description |
---|---|
void |
WorkerContext.put(String contextKey, CustomContext context)
Store a customContext for the given key.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPipeline
Abstract class with default implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
MapContext
A CustomContext that holds data in a Map
|
class |
ObjectContext
An Object container.
|
Modifier and Type | Method and Description |
---|---|
CustomContext |
WorkerContextImpl.get(String klass) |
Modifier and Type | Method and Description |
---|---|
void |
WorkerContextImpl.put(String key, CustomContext context)
Convenience method.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlPipelineContext
The CustomContext object for the HtmlPipeline.
|
Copyright © 2016. All rights reserved.