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.This method configures the XMLWorker and XMLParser to parse (X)HTML/CSS and accept unknown tags. |
Constructor and Description |
---|
ElementHandlerPipeline(ElementHandler handler,
Pipeline next)
Does not use a context.
|
Copyright © 2017. All rights reserved.