Uses of Class
com.itextpdf.tool.xml.exceptions.NoTagProcessorException
-
Packages that use NoTagProcessorException Package Description com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipelineis in here. -
-
Uses of NoTagProcessorException in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html that throw NoTagProcessorException Modifier and Type Method Description TagProcessorTagProcessorFactory. getProcessor(String tag, String nameSpace)Looks up a TagProcessor for the given tag.protected TagProcessorDefaultTagProcessorFactory. load(String className)Tries to load given processor with Class.forNameprotected TagProcessorDefaultTagProcessorFactory. load(String className, ClassLoader loader)Tries to load given processor with Class.forName
-