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

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

Introduction

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

The text is from its open source code.

Subclass

com.itextpdf.text.html.simpleparser.HTMLWorker has subclasses.
Click this link to see all its subclasses.

Field

StringIMG_PROCESSOR
Key used to store the image processor in the providers map.
StringLINK_PROVIDER
Key used to store the link provider in the providers map.

Constructor

HTMLWorker(final DocListener document)
Creates a new instance of HTMLWorker

Method

voidparse(final Reader reader)
Parses content read from a java.io.Reader object.
ListparseToList(final Reader reader, final StyleSheet style)
Parses an HTML source to a List of Element objects
ListparseToList(final Reader reader, final StyleSheet style, final HashMap providers)
Parses an HTML source to a List of Element objects
voidsetStyleSheet(StyleSheet style)
Setter for the StyleSheet