Class ReplaceContent
java.lang.Object
org.basex.query.up.primitives.Update
org.basex.query.up.primitives.DataUpdate
org.basex.query.up.primitives.node.NodeUpdate
org.basex.query.up.primitives.node.InsertInto
org.basex.query.up.primitives.node.ReplaceContent
Replace element content primitive, extending insert into primitive.
- Author:
- BaseX Team 2005-21, BSD License, Lukas Kircher
-
Field Summary
Fields inherited from class org.basex.query.up.primitives.node.NodeUpdate
preFields inherited from class org.basex.query.up.primitives.DataUpdate
data -
Method Summary
Methods inherited from class org.basex.query.up.primitives.node.InsertInto
addAtomics, updateMethods inherited from class org.basex.query.up.primitives.node.NodeUpdate
node, substituteMethods inherited from class org.basex.query.up.primitives.DataUpdate
data
-
Method Details
-
merge
Description copied from class:UpdateMerges two update operations pointing to the same target.- Overrides:
mergein classInsertInto- Parameters:
update- operation to merge with
-
prepare
Description copied from class:NodeUpdatePrepares this update primitive before execution. This includes e.g. the preparation of insertion sequences.- Specified by:
preparein classNodeUpdate- Parameters:
memData- temporary data instanceqc- query context
-
size
public int size()Description copied from class:UpdateReturns the number of update operations. -
toString
-