@Override
 public void booleanValue(boolean value) throws IOException {
   simpleValue();
   super.booleanValue(value);
 }