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
TransactionOperationexecute in interface TransactionOperationcon - The connection the operation should be performed on.RepositoryException - If such an exception is thrown by the connection while executing
the operation.Copyright © 2001-2014 Aduna. All Rights Reserved.