public class RemoveNamespaceOperation extends Object implements TransactionOperation
Constructor and Description |
---|
RemoveNamespaceOperation() |
RemoveNamespaceOperation(String prefix) |
public RemoveNamespaceOperation()
public RemoveNamespaceOperation(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public void execute(RepositoryConnection con) throws RepositoryException
TransactionOperation
execute
in interface TransactionOperation
con
- The connection the operation should be performed on.RepositoryException
- If such an exception is thrown by the connection while executing
the operation.Copyright © 2001-2013 Aduna. All Rights Reserved.