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.
-
Interface Summary Interface Description CustomContext A marker interface for providing local contexts toPipelines.ElementHandler A the listener interface for receivingWritables.Pipeline<T extends CustomContext> WorkerContext Writable -
Class Summary Class Description ElementList Implementation of theElementHandlerinterface that helps you build a list of iTextElements.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 theXMLParserListener.
Important Note: This class the XMLWorker stores theWorkerContext(Which is aWorkerContextImpl) 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 Summary Exception Description NoCustomContextException Thrown when a CustomContext is requested but there is none.PipelineException An exception that can be thrown by a Pipeline. -
Annotation Types Summary Annotation Type Description Experimental Marking a method or class as experimental, means it's not fully finished/tested.