@Deprecated public interface HTMLTagProcessor
| Modifier and Type | Method | Description |
|---|---|---|
void |
endElement(HTMLWorker worker,
String tag) |
Deprecated.
Implement this class to tell the HTMLWorker what to do
when an close tag is encountered.
|
void |
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.
|
void startElement(HTMLWorker worker, String tag, Map<String,String> attrs) throws DocumentException, IOException
worker - the HTMLWorkertag - the tag that was encounteredattrs - the current attributes of the tagDocumentExceptionIOExceptionvoid endElement(HTMLWorker worker, String tag) throws DocumentException
worker - the HTMLWorkertag - the tag that was encounteredDocumentExceptionCopyright © 2018. All rights reserved.