public function __construct($oName, $oParent = null)
 {
     if (is_null($oParent)) {
         $oParent = new OqlName('', 0);
     }
     $this->m_oParent = $oParent;
     $this->m_oName = $oName;
     parent::__construct($oName->GetValue(), $oParent->GetValue());
 }
 public function __construct($sIssue, $sInput, OqlName $oName, $aExpecting = null)
 {
     parent::__construct($sIssue, $sInput, 0, $oName->GetPos(), $oName->GetValue(), $aExpecting);
 }