protected function EasyRdf_Parser::resetBnodeMap

Delete the bnode mapping - to be called at the start of a new parse @ignore

3 calls to EasyRdf_Parser::resetBnodeMap()

File

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

Class

EasyRdf_Parser
Parent class for the EasyRdf parsers

Code

protected function resetBnodeMap() {
  $this->bnodeMap = array();
}