avignon.handlers
Class ClearTableHandler
java.lang.Object
avignon.handlers.ClearTableHandler
- All Implemented Interfaces:
- AvignonTagHandler
- public class ClearTableHandler
- extends java.lang.Object
- implements AvignonTagHandler
Deletes all the rows from the table specified by the 'name' attribute.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearTableHandler
public ClearTableHandler()
start
public void start(AvignonTestState state,
org.xml.sax.Attributes attributes)
- Description copied from interface:
AvignonTagHandler
- Called when the tag is first encountered.
- Specified by:
start in interface AvignonTagHandler
- Parameters:
state - attributes -
end
public void end(AvignonTestState state)
- Description copied from interface:
AvignonTagHandler
- Called when the tag is closed.
- Specified by:
end in interface AvignonTagHandler
- Parameters:
state -
equals
public boolean equals(java.lang.Object value)