public interface HTMLTagProcessor
Modifier and Type | Method and 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 tagDocumentException
IOException
void endElement(HTMLWorker worker, String tag) throws DocumentException
worker
- the HTMLWorkertag
- the tag that was encounteredDocumentException
Copyright © 2013. All rights reserved.