Java com.itextpdf.tool.xml.html TagProcessorFactory fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.tool.xml.html TagProcessorFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.tool.xml.html TagProcessorFactory.

The text is from its open source code.

Method

voidaddProcessor(final TagProcessor processor, final String... tags)
Add a tag processor and the tags it maps to.
voidremoveProcessor(String tag)
Removes a TagProcessor for a specific tag.