ItemInfo info = (ItemInfo) input;
Name name = info.getPath().getNameElement().getName();
return new ChildInfoImpl(name, null, Path.INDEX_DEFAULT);
}});
nodeInfo = new NodeInfoImpl(path, id, Path.INDEX_DEFAULT, NameConstants.NT_UNSTRUCTURED,
Name.EMPTY_ARRAY, EmptyIterator.INSTANCE, propertyIds, childInfos);
if (infos != null) {
infos.add(nodeInfo);
}