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