@ignore
protected function endElementHandler($p, $t) {
switch ($this->state) {
case 1:
return $this
->endState1($t);
case 2:
return $this
->endState2($t);
case 3:
return $this
->endState3($t);
case 4:
return $this
->endState4($t);
case 5:
return $this
->endState5($t);
case 6:
return $this
->endState6($t);
default:
throw new EasyRdf_Exception('endElementHandler() called at state ' . $this->state . ' in ' . $t);
}
}