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 theHtmlPipelineis 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 TagProcessorFactoryXMLWorkerHelper. 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 classDefaultTagProcessorFactoryA 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 TagProcessorFactoryTags. 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 HtmlPipelineContextHtmlPipelineContext. setTagFactory(TagProcessorFactory tagFactory)Set theTagProcessorFactoryto be used.
-