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