Uses of Class
com.itextpdf.text.html.simpleparser.HTMLWorker
Packages that use HTMLWorker
-
Uses of HTMLWorker in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser with parameters of type HTMLWorkerModifier and TypeMethodDescriptionvoid
HTMLTagProcessor.endElement
(HTMLWorker worker, String tag) Deprecated.Implement this class to tell the HTMLWorker what to do when an close tag is encountered.void
HTMLTagProcessor.startElement
(HTMLWorker worker, String tag, Map<String, String> attrs) Deprecated.Implement this class to tell the HTMLWorker what to do when an open tag is encountered.