Package | Description |
---|---|
com.itextpdf.tool.xml.html |
Everything to parse HTML tags to pdf used by the
HtmlPipeline is in here. |
Modifier and Type | Method and Description |
---|---|
TagProcessor |
TagProcessorFactory.getProcessor(String tag,
String nameSpace)
Looks up a TagProcessor for the given tag.
|
protected TagProcessor |
DefaultTagProcessorFactory.load(String className)
Tries to load given processor with Class.forName
|
protected TagProcessor |
DefaultTagProcessorFactory.load(String className,
ClassLoader loader)
Tries to load given processor with Class.forName
|
Copyright © 2017. All rights reserved.