protected function EasyRdf_Parser_RdfXml::endState5 in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php \EasyRdf_Parser_RdfXml::endState5()
@ignore
1 call to EasyRdf_Parser_RdfXml::endState5()
- EasyRdf_Parser_RdfXml::endElementHandler in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ RdfXml.php - @ignore
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ RdfXml.php, line 690
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;
}
}