}
public Namespace next() throws SailException {
String prefix = prefixes.next();
String uri = store.namespaces.getProperty(prefix);
return new NamespaceImpl(fromNativePrefixKey(prefix), uri);
}
public void remove() throws SailException {
throw new UnsupportedOperationException();
}