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 | Description |
---|---|---|
class |
ElementList |
Implementation of the
ElementHandler interface that helps
you build a list of iText Element s. |
Modifier and Type | Method | Description |
---|---|---|
void |
XMLWorkerHelper.parseXHtml(ElementHandler d,
java.io.InputStream in,
java.nio.charset.Charset charset) |
|
void |
XMLWorkerHelper.parseXHtml(ElementHandler d,
java.io.Reader in) |
Parses the xml data in the given reader and sends created
Element
s to the defined ElementHandler.This method configures the XMLWorker and XMLParser to parse (X)HTML/CSS and accept unknown tags. |
Constructor | Description |
---|---|
ElementHandlerPipeline(ElementHandler handler,
Pipeline next) |
Does not use a context.
|
Copyright © 1998–2018. All rights reserved.