|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.unikiel.ipn.htmlform.HTMLVisitor
A html converter.
Constructor Summary | |
(package private) |
HTMLVisitor(MessageHandler handler)
Creates a new instance of this HTMLVisitor. |
Method Summary | |
void |
handleMessage(Message msg)
Forwards the Message to the successor. |
void |
visit(Entry e)
Converts all htmlentities in the entry's content. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
HTMLVisitor(MessageHandler handler)
handler
- the MessageHandler for error messages
that may occur.Method Detail |
public void visit(Entry e)
visit
in interface TextVisitor
e
- the Entry.Entry.accept(TextVisitor)
public final void handleMessage(Message msg)
handleMessage
in interface MessageHandler
msg
- the message that shall be passed to the successor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |