Uses of Class
org.whattf.checker.table.Table.State

Packages that use Table.State
org.whattf.checker.table   
 

Uses of Table.State in org.whattf.checker.table
 

Fields in org.whattf.checker.table declared as Table.State
private  Table.State Table.state
          Keeps track of the handler state between SAX events.
 

Methods in org.whattf.checker.table that return Table.State
static Table.State Table.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Table.State[] Table.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.