|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLTagProcessor
Interface that needs to be implemented by every tag that is supported by HTMLWorker.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 tag
DocumentException
java.io.IOException
void endElement(HTMLWorker worker, java.lang.String tag) throws DocumentException
worker
- the HTMLWorkertag
- the tag that was encountered
DocumentException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |