|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectavignon.DoNothingHandler
Handler that does nothing. Basically just used as a place holder when a real handler is not found.
| Constructor Summary | |
DoNothingHandler()
|
|
| Method Summary | |
void |
end(AvignonTestState state)
Executed when the tag closes. |
boolean |
equals(java.lang.Object value)
Determines if the parameter is a DoNothingHandler. |
void |
start(AvignonTestState state,
org.xml.sax.Attributes attributes)
Executed when the tag starts. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DoNothingHandler()
| Method Detail |
public void end(AvignonTestState state)
end in interface AvignonTagHandlerstate - Ignored.
public void start(AvignonTestState state,
org.xml.sax.Attributes attributes)
start in interface AvignonTagHandlerstate - Ignored.attributes - Ignored.public boolean equals(java.lang.Object value)
value - Object to test.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||