protected function EasyRdf_Parser_RdfXml::endState5

@ignore

1 call to EasyRdf_Parser_RdfXml::endState5()
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 687

Class

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

Code

protected function endState5($t) {

  /* p close */
  if ($s = $this
    ->getParentS()) {
    unset($s['p']);
    $this
      ->updateS($s);
    $this->state = 2;
  }
}