Package | Description |
---|---|
com.itextpdf.text.html.simpleparser |
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.
|
Copyright © 1998–2018. All rights reserved.