Package com.itextpdf.text.html.simpleparser

Interface Summary
HTMLTagProcessor Interface that needs to be implemented by every tag that is supported by HTMLWorker.
ImageProcessor Implement this interface to process images and to indicate if the image needs to be added or skipped.
ImageProvider  
LinkProcessor Allows you to do additional processing on a Paragraph that contains a link.
 

Class Summary
CellWrapper We use a CellWrapper because we need some extra info that isn't available in PdfPCell.
ChainedProperties Stores the hierarchy of tags along with the attributes of each tag.
ElementFactory Factory that produces iText Element objects, based on tags and their properties.
HTMLTagProcessors This class maps tags such as div and span to their corresponding TagProcessor classes.
HTMLWorker  
ImageStore  
StyleSheet  
TableWrapper We use a TableWrapper because PdfPTable is rather complex to put on the HTMLWorker stack.