Package | Description |
---|---|
com.itextpdf.tool.xml |
XMLWorker package provides a framework to parse XML to PDF with iText.
|
com.itextpdf.tool.xml.pipeline.end |
Contains pipelines that can be used as last pipe in the line.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementList
Implementation of the ElementHandler interface that helps you build a list of iText Element s.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLWorkerHelper.parseXHtml(ElementHandler d, InputStream in, Charset charset) |
void |
XMLWorkerHelper.parseXHtml(ElementHandler d, Reader in)
Parses the xml data in the given reader and sends created Element s to the defined ElementHandler.
|
Constructor and Description |
---|
ElementHandlerPipeline(ElementHandler handler, Pipeline next)
Does not use a context.
|
Copyright © 2016. All rights reserved.