7778798081828384858687
} public Resource next() { Node node = nodes.nextNode(); try { return new JcrNodeResource(resolver, node, null ,null); } catch (RepositoryException e) { throw new IllegalStateException(e); } }