@Deprecated 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 HTMLWorker
tag - the tag that was encountered
attrs - the current attributes of the tag
DocumentException
IOException
void endElement(HTMLWorker worker, String tag) throws DocumentException
worker - the HTMLWorker
tag - the tag that was encountered
DocumentException
Copyright © 1998–2022. All rights reserved.