Uses of Class
fi.iki.hsivonen.xml.checker.table.Table.State

Packages that use Table.State
fi.iki.hsivonen.xml.checker.table   
 

Uses of Table.State in fi.iki.hsivonen.xml.checker.table
 

Fields in fi.iki.hsivonen.xml.checker.table declared as Table.State
private  Table.State Table.state
          Keeps track of the handler state between SAX events.
 

Methods in fi.iki.hsivonen.xml.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.