}
} else if (elseMediator != null) {
if (synLog.isTraceOrDebugEnabled()) {
synLog.traceOrDebug((xpath == null ?
"Source : " + source + " against : " + regex.pattern() + " does not match" :
"XPath expression : " + xpath + " evaluates to false") +
" - executing the else path child mediators");
}
result = elseMediator.mediate(synCtx);