/* */
/* */ public String getColumnName(int columnIndex) {
/* 90 */ XPath xpath = this.definition.getColumnNameXPath(columnIndex);
/* */
/* 92 */ if (xpath != null) {
/* 93 */ System.out.println("Evaluating column xpath: " + xpath + " value: " + xpath.valueOf(this.source));
/* */
/* 96 */ return xpath.valueOf(this.source);
/* */ }
/* */
/* 99 */ return this.definition.getColumnName(columnIndex);