(ChildNodeEntry) super.next();
try {
return ism.getItemState(cne.getId());
} catch (ItemStateException e) {
NoSuchElementException nsee = new NoSuchElementException("No node with id " + cne.getId() + " found in child axis");
nsee.initCause(e);
throw nsee;
}
}
};
} else if (axis == ANCESTOR) {