protected function EasyRdf_Parser::resetBnodeMap in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Parser.php \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 vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser.php - Check, cleanup parameters and prepare for parsing @ignore
- EasyRdf_Parser_RdfXml::parse in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ RdfXml.php - Parse an RDF/XML document into an EasyRdf_Graph
- EasyRdf_Parser_Turtle::parse in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser/ Turtle.php - Parse Turtle into an EasyRdf_Graph
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Parser.php, line 80
Class
- EasyRdf_Parser
- Parent class for the EasyRdf parsers
Code
protected function resetBnodeMap() {
$this->bnodeMap = array();
}