Package com.itextpdf.tool.xml
package com.itextpdf.tool.xml
XMLWorker package provides a framework to parse XML to PDF with iText. Included is a HTML to PDF parsers.
This package contains XMLWorker classes. Take a look at
This package is part of iText® XMLWorker.
XMLWorkerHelper
for
factory methods that setup HTML/CSS parsing
This package is part of iText® XMLWorker.
-
ClassDescriptionA marker interface for providing local contexts to
Pipeline
s.A the listener interface for receivingWritable
s.Implementation of theElementHandler
interface that helps you build a list of iTextElement
s.Marking a method or class as experimental, means it's not fully finished/tested.Thrown when a CustomContext is requested but there is none.Pipeline<T extends CustomContext>An exception that can be thrown by a Pipeline.Passed in the pipeline as water through a hose.Represents an encountered tag.Utilities that perform operations on tags.The implementation of theXMLParserListener
.
Important Note: This class the XMLWorker stores theWorkerContext
(Which is aWorkerContextImpl
) in a ThreadLocal variable, WorkerContext is confined to threads here.A helper class for parsing XHTML/CSS or XML flow to PDF.