avignon.handlers
Class ClearTableHandler

java.lang.Object
  extended byavignon.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.


Constructor Summary
ClearTableHandler()
           
 
Method Summary
 void end(AvignonTestState state)
          Called when the tag is closed.
 boolean equals(java.lang.Object value)
           
 void start(AvignonTestState state, org.xml.sax.Attributes attributes)
          Called when the tag is first encountered.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearTableHandler

public ClearTableHandler()
Method Detail

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)

SourceForge.net Logo