See: Description
| Interface | Description |
|---|---|
| CustomContext |
A marker interface for providing local contexts to
Pipelines. |
| ElementHandler |
A the listener interface for receiving
Writables. |
| Pipeline<T extends CustomContext> | |
| WorkerContext | |
| Writable |
| Class | Description |
|---|---|
| ElementList |
Implementation of the
ElementHandler interface that helps
you build a list of iText Elements. |
| ProcessObject |
Passed in the pipeline as water through a hose.
|
| Tag |
Represents an encountered tag.
|
| TagUtils |
Utilities that perform operations on tags.
|
| XMLWorker |
The implementation of the
XMLParserListener.Important Note: This class the XMLWorker stores the WorkerContext (Which is a WorkerContextImpl) in a ThreadLocal
variable, WorkerContext is confined to threads here. |
| XMLWorkerFontProvider | |
| XMLWorkerHelper |
A helper class for parsing XHTML/CSS or XML flow to PDF.
|
| Exception | Description |
|---|---|
| NoCustomContextException |
Thrown when a CustomContext is requested but there is none.
|
| PipelineException |
An exception that can be thrown by a Pipeline.
|
| Annotation Type | Description |
|---|---|
| Experimental |
Marking a method or class as experimental, means it's not fully
finished/tested.
|
XMLWorkerHelper for
factory methods that setup HTML/CSS parsing
Copyright © 2020. All rights reserved.