271272273274275276277278279280281
if (nodes.hasNext()) { if (((RDFList)copy.getBaseItem()).size()>0) // if (copy.size() > 0) { copy.concatenate(copy.getModel().createList(nodes)); } else { copy = copy.getModel().createList(nodes); }