Uses of Interface
com.itextpdf.tool.xml.html.TagProcessorFactory
Packages that use TagProcessorFactory
Package
Description
XMLWorker package provides a framework to parse XML to PDF with iText.
Everything to parse HTML tags to pdf used by the
HtmlPipeline
is in here.Contains pipeline stuff for HTML
-
Uses of TagProcessorFactory in com.itextpdf.tool.xml
Fields in com.itextpdf.tool.xml declared as TagProcessorFactoryMethods in com.itextpdf.tool.xml that return TagProcessorFactoryModifier and TypeMethodDescriptionprotected 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 TagProcessorFactoryModifier and TypeClassDescriptionclass
A Default implementation of the TagProcessorFactory that uses a map to store the TagProcessors.Methods in com.itextpdf.tool.xml.html that return TagProcessorFactoryModifier and TypeMethodDescriptionstatic final TagProcessorFactory
Tags.getHtmlTagProcessorFactory()
Returns a newDefaultTagProcessorFactory
-
Uses of TagProcessorFactory in com.itextpdf.tool.xml.pipeline.html
Fields in com.itextpdf.tool.xml.pipeline.html declared as TagProcessorFactoryMethods in com.itextpdf.tool.xml.pipeline.html with parameters of type TagProcessorFactoryModifier and TypeMethodDescriptionHtmlPipelineContext.setTagFactory
(TagProcessorFactory tagFactory) Set theTagProcessorFactory
to be used.