public final class DBAdd extends NodeCopy
data, input, pre, type| Constructor and Description |
|---|
DBAdd(Data d,
InputInfo i,
Item it,
java.lang.String p,
Context c)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
adjacentTexts(int c)
Checks whether adjacent text nodes have been introduced as a result
of this update primitive.
|
void |
apply()
Applies this update primitive to the corresponding database.
|
void |
merge(UpdatePrimitive u)
Merges two update primitives, as they have the same target node.
|
void |
prepare()
Prepares this update primitive before execution.
|
java.lang.String |
toString() |
preShiftscompareTo, targetNode, updatepublic boolean adjacentTexts(int c)
StructuralUpdateadjacentTexts in class StructuralUpdatec - pre value shifts introduced by updates on the preceding sibling
axis of this target nodepublic void merge(UpdatePrimitive u)
UpdatePrimitiveu - primitive to merge withpublic void apply()
UpdatePrimitivepublic void prepare()
throws QueryException
NodeCopyprepare in class NodeCopyQueryException - exception during preparation of data