return BooleanValue.FALSE;
}
itor.closeQuietly();
if(it instanceof AtomicValue) {
try {
final AtomicType tt = (AtomicType) _targetType.prime();
final AtomicValue casteed = ((AtomicValue) it).castAs(tt, dynEnv);
} catch (XQueryException e) {
return BooleanValue.FALSE;
}
return BooleanValue.TRUE;