if (delement.hasChildren()) {
delement.forEachChild(childrenIterator);
}
} catch (WBDOMException e) {
// MCSDI0019X="Unable to calculate shard link cost"
throw new DissectionException(
exceptionLocalizer.format(
"cannot-calculate-shard-link-cost"),
e);
}
}