org.exist.xupdate
Class Conditional
java.lang.Object
org.exist.xupdate.Modification
org.exist.xupdate.Conditional
- public class Conditional
- extends Modification
- Author:
- wolf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Conditional
public Conditional(DBBroker broker,
DocumentSet docs,
java.lang.String selectStmt,
java.util.Map namespaces,
java.util.Map variables)
- Parameters:
broker - docs - selectStmt - namespaces -
addModification
public void addModification(Modification mod)
process
public long process(Txn transaction)
throws PermissionDeniedException,
LockException,
EXistException,
XPathException
- Description copied from class:
Modification
- Process the modification. This is the main method that has to be implemented
by all subclasses.
- Specified by:
process in class Modification
- Returns:
-
- Throws:
EXistException
LockException
XPathException
PermissionDeniedException
getName
public java.lang.String getName()
- Specified by:
getName in class Modification
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.