* available schemaLocations for this repository.
*/
public Vector getSchemaLocations(Object nativeItem)
throws NoMetadataFormatsException {
if (isDeleted(nativeItem)) {
throw new NoMetadataFormatsException();
}
Vector v = new Vector();
Iterator iterator = getCrosswalks().iterator();
while (iterator.hasNext()) {
Map.Entry entry = (Map.Entry)iterator.next();