protected function EasyRdf_Parser_RdfXml::endState3

@ignore

1 call to EasyRdf_Parser_RdfXml::endState3()
EasyRdf_Parser_RdfXml::endElementHandler in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php
@ignore

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php, line 616

Class

EasyRdf_Parser_RdfXml
A pure-php class to parse RDF/XML.

Code

protected function endState3($t) {

  /* p close */
  $this->state = 2;
}