protected function AddCondition_PointingTo_InNameSpace(DBObjectSearch $oFilter, $sExtKeyAttCode, &$aClassAliases, &$aAliasTranslation, $iOperatorCode)
 {
     // Find the node on which the new tree must be attached (most of the time it is "this")
     $oReceivingFilter = $this->GetNode($this->GetClassAlias());
     $oFilter->AddToNamespace($aClassAliases, $aAliasTranslation);
     $oReceivingFilter->m_aPointingTo[$sExtKeyAttCode][$iOperatorCode][] = $oFilter;
 }