public void DereferenceVariables()
        {
            AspectDngConfig conf = AspectDngConfig.Instance;

            aspectRegExp = conf.DereferenceVariablesIn(aspectRegExp);
            targetRegExp = conf.DereferenceVariablesIn(targetRegExp);
            aspectXPath  = conf.DereferenceVariablesIn(aspectXPath);
            targetXPath  = conf.DereferenceVariablesIn(targetXPath);
        }