*/publicfunctiondeleteNode($keyValue){try{$this->_pdoInstance->beginTransaction();$this->_lockTables(); $node =$this->getSimpleNode($keyValue);// Delete the node$deleteSql ="DELETE FROM `".$this->getTable() ."`\n WHERE\n `".$this->getLeftColumn() ."`\n BETWEEN '". $node[$...