Uses of Interface
com.itextpdf.tool.xml.html.TagProcessorFactory
-
Packages that use TagProcessorFactory Package Description 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 theHtmlPipeline
is in here.com.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of TagProcessorFactory in com.itextpdf.tool.xml
Methods in com.itextpdf.tool.xml that return TagProcessorFactory Modifier and Type Method Description protected TagProcessorFactory
XMLWorkerHelper. getDefaultTagProcessorFactory()
Retrieves the default factory for processing HTML tags fromTags.getHtmlTagProcessorFactory()
. -
Uses of TagProcessorFactory in com.itextpdf.tool.xml.html
Classes in com.itextpdf.tool.xml.html that implement TagProcessorFactory Modifier and Type Class Description 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 Modifier and Type Method Description static TagProcessorFactory
Tags. getHtmlTagProcessorFactory()
Returns a newDefaultTagProcessorFactory
-
Uses of TagProcessorFactory in com.itextpdf.tool.xml.pipeline.html
Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type TagProcessorFactory Modifier and Type Method Description HtmlPipelineContext
HtmlPipelineContext. setTagFactory(TagProcessorFactory tagFactory)
Set theTagProcessorFactory
to be used.
-