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()
EasyRdf_Parser::checkParseParams in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php
Check, cleanup parameters and prepare for parsing @ignore
EasyRdf_Parser_RdfXml::parse in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/RdfXml.php
Parse an RDF/XML document into an EasyRdf_Graph
EasyRdf_Parser_Turtle::parse in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php
Parse Turtle into an EasyRdf_Graph

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();
}