if (sqlResultSetNodes != null) {
int nodeCount = sqlResultSetNodes.getLength();
for (int i = 0; i < nodeCount; i++) {
// Ask the common processor to process what we found.
processSqlResultSetMapping(new XMLSQLResultSetMapping(sqlResultSetNodes.item(i), m_helper));
}
}
}