public interface HTMLTagProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
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.
|
void startElement(HTMLWorker worker, java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> attrs) throws DocumentException, java.io.IOException
worker - the HTMLWorkertag - the tag that was encounteredattrs - the current attributes of the tagDocumentExceptionjava.io.IOExceptionvoid endElement(HTMLWorker worker, java.lang.String tag) throws DocumentException
worker - the HTMLWorkertag - the tag that was encounteredDocumentExceptionCopyright © 2013. All Rights Reserved.