org.basex.core.proc
Class Delete
java.lang.Object
org.basex.core.Progress
org.basex.core.Proc
org.basex.core.proc.Delete
public final class Delete
- extends Proc
Evaluates the 'delete' command and deletes a document from a collection.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Constructor Summary |
Delete(String input)
Default constructor. |
Method Summary |
boolean |
updating(Context ctx)
Returns if the process performs updates. |
Delete
public Delete(String input)
- Default constructor.
- Parameters:
input
- input XML file or XML string
updating
public boolean updating(Context ctx)
- Description copied from class:
Proc
- Returns if the process performs updates.
- Overrides:
updating
in class Proc
- Parameters:
ctx
- context reference
- Returns:
- result of check