DocumentOrderCompartaor
513514515516517518519520521522523524525526527
{ if(metadata.getDocumentOrder() != null) { if (getPath().endsWith(PATH_SEPARATOR)) { allNodes = new NodeSetImpl(getPath(), new NodeOrderCompartaor(metadata.getDocumentOrder(), getPath())); } else { allNodes = new NodeSetImpl(getPath(), new NodeOrderCompartaor(metadata.getDocumentOrder(), getPath() + PATH_SEPARATOR)); } } else { allNodes = new NodeSetImpl(getPath());
508509510511512513514515516517518519520521522
506507508509510511512513514515516517518519520
460461462463464465466467468469470471472473474