}
private void enterConditionTrace(int i) {
if (LogConfiguration.loggingIsEnabled() && LogController.traceIsEnabled()) {
if(conditionTests != null) {
XSLTTraceListener xlt = (XSLTTraceListener)LogController.getTraceListener();
xlt.enterChooseItem(conditionTests[i]);
}
}
}