Package com.itextpdf.tool.xml

XMLWorker package provides a framework to parse XML to PDF with iText.

See:
          Description

Interface Summary
CustomContext A marker interface for providing local contexts to Pipelines.
ElementHandler A the listener interface for receiving Writables.
Pipeline<T extends CustomContext>  
WorkerContext  
Writable  
 

Class Summary
ElementList Implementation of the ElementHandler interface that helps you build a list of iText Elements.
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 the XMLParserListener.
XMLWorkerFontProvider  
XMLWorkerHelper A helper class for parsing XHTML/CSS or XML flow to PDF.
 

Exception Summary
NoCustomContextException Thrown when a CustomContext is requested but there is none.
PipelineException An exception that can be thrown by a Pipeline.
 

Annotation Types Summary
Experimental Marking a method or class as experimental, means it's not fully finished/tested.
 

Package com.itextpdf.tool.xml Description

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 XMLWorkerHelper for factory methods that setup HTML/CSS parsing
This package is part of iText® XMLWorker.



Copyright © 2015. All Rights Reserved.