Uses of Interface
com.itextpdf.tool.xml.html.TagProcessorFactory

Packages that use TagProcessorFactory
com.itextpdf.tool.xml XMLWorker package provides a framework to parse XML to PDF with iText. 
com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by the HtmlPipeline is in here. 
com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML 
com.itextpdf.tool.xml.svg   
 

Uses of TagProcessorFactory in com.itextpdf.tool.xml
 

Methods in com.itextpdf.tool.xml that return TagProcessorFactory
protected  TagProcessorFactory XMLWorkerHelper.getDefaultTagProcessorFactory()
          Retrieves the default factory for processing HTML tags from Tags.getHtmlTagProcessorFactory().
 

Uses of TagProcessorFactory in com.itextpdf.tool.xml.html
 

Classes in com.itextpdf.tool.xml.html that implement TagProcessorFactory
 class DefaultTagProcessorFactory
          A Default implementation of the TagProcessorFactory that uses a map to store the TagProcessors.
 

Methods in com.itextpdf.tool.xml.html that return TagProcessorFactory
static TagProcessorFactory Tags.getHtmlTagProcessorFactory()
          Returns a new DefaultTagProcessorFactory
 

Uses of TagProcessorFactory in com.itextpdf.tool.xml.pipeline.html
 

Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type TagProcessorFactory
 HtmlPipelineContext HtmlPipelineContext.setTagFactory(TagProcessorFactory tagFactory)
          Set the TagProcessorFactory to be used.
 

Uses of TagProcessorFactory in com.itextpdf.tool.xml.svg
 

Methods in com.itextpdf.tool.xml.svg that return TagProcessorFactory
protected  TagProcessorFactory XMLHelperForSVG.getDefaultTagProcessorFactory()
          Retrieves the default factory for processing HTML tags from Tags.getHtmlTagProcessorFactory().
static TagProcessorFactory SvgTags.getSvgTagProcessorFactory()
           
 

Methods in com.itextpdf.tool.xml.svg with parameters of type TagProcessorFactory
 SvgPipelineContext SvgPipelineContext.setTagFactory(TagProcessorFactory tagFactory)
          Set the TagProcessorFactory to be used.
 



Copyright © 2012. All Rights Reserved.