Java com.itextpdf.text.html.simpleparser HTMLTagProcessor fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.html.simpleparser HTMLTagProcessor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.html.simpleparser HTMLTagProcessor.

The text is from its open source code.

Method

voidendElement(HTMLWorker worker, String tag)
Implement this class to tell the HTMLWorker what to do when an close tag is encountered.
voidstartElement(HTMLWorker worker, String tag, Map attrs)
Implement this class to tell the HTMLWorker what to do when an open tag is encountered.