Package org.basex.query.up.primitives

This package contains XQuery Update primitives.

See:
          Description

Class Summary
DeletePrimitive Delete primitive.
InsertAfter Insert after primitive.
InsertAttribute Insert attribute primitive.
InsertBefore Insert before primitive.
InsertInto Insert into as last primitive.
InsertIntoFirst Insert into as first primitive.
NewValue Abstract update primitive which holds an additional 'name' attribute to for updating values, names, etc..
NodeCopy Abstract update primitive which holds a copy of nodes to be inserted.
Put Put primitive.
RenamePrimitive Rename primitive.
ReplaceElemContent Replace element content primitive.
ReplacePrimitive Replace primitive.
ReplaceValue Replace value primitive.
UpdatePrimitive Abstract XQuery Update Primitive.
 

Enum Summary
PrimitiveType Update primitive type enumeration.
 

Package org.basex.query.up.primitives Description

This package contains XQuery Update primitives.