org.basex.core.proc
Class Add
java.lang.Object
org.basex.core.Progress
org.basex.core.Proc
org.basex.core.proc.Add
public final class Add
- extends Proc
Evaluates the 'add' command and adds a single document to a collection.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Constructor Summary |
Add(String input)
Default constructor. |
Method Summary |
boolean |
updating(Context ctx)
Returns if the process performs updates. |
Add
public Add(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