|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes wishing to listen to events generated by the parser.
Method Summary | |
void |
plaintextEncountered(String text)
Method called when some plain text between two tags is encountered. |
void |
tagEnded(String name)
The method called when a tag end is encountered. |
void |
tagStarted(String name,
Hashtable attributes)
Method called when an tag start is encountered. |
Method Detail |
public void tagStarted(String name, Hashtable attributes)
name
- Tag name.attributes
- The tags attributes.public void plaintextEncountered(String text)
text
- The plain text in question.public void tagEnded(String name)
name
- The name of the tag that has just ended.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |