org.basex.query.up.primitives
Class NewValue

java.lang.Object
  extended by org.basex.query.up.primitives.UpdatePrimitive
      extended by org.basex.query.up.primitives.NewValue
Direct Known Subclasses:
RenamePrimitive, ReplaceValue

public abstract class NewValue
extends UpdatePrimitive

Abstract update primitive which holds an additional 'name' attribute to for updating values, names, etc..

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Lukas Kircher

Field Summary
 
Fields inherited from class org.basex.query.up.primitives.UpdatePrimitive
node
 
Constructor Summary
NewValue(Nod n, QNm newName)
          Constructor.
 
Method Summary
 
Methods inherited from class org.basex.query.up.primitives.UpdatePrimitive
apply, buildDB, merge, mergeTexts, prepare, type, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewValue

public NewValue(Nod n,
                QNm newName)
Constructor.

Parameters:
n - target node
newName - new name