You are here

protected function EasyRdf_Parser_RdfXml::newNamespaceHandler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php \EasyRdf_Parser_RdfXml::newNamespaceHandler()

@ignore

File

vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php, line 262

Class

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

Code

protected function newNamespaceHandler($p, $prf, $uri) {
  $this->nsp[$uri] = isset($this->nsp[$uri]) ? $this->nsp[$uri] : $prf;
}