Uses of Class
org.basex.query.up.primitives.PrimitiveType

Packages that use PrimitiveType
org.basex.query.up.primitives This package contains XQuery Update primitives. 
 

Uses of PrimitiveType in org.basex.query.up.primitives
 

Methods in org.basex.query.up.primitives that return PrimitiveType
abstract  PrimitiveType UpdatePrimitive.type()
          Returns the type of the update primitive.
 PrimitiveType ReplaceValue.type()
           
 PrimitiveType ReplacePrimitive.type()
           
 PrimitiveType ReplaceElemContent.type()
           
 PrimitiveType RenamePrimitive.type()
           
 PrimitiveType Put.type()
           
 PrimitiveType InsertIntoFirst.type()
           
 PrimitiveType InsertInto.type()
           
 PrimitiveType InsertBefore.type()
           
 PrimitiveType InsertAttribute.type()
           
 PrimitiveType InsertAfter.type()
           
 PrimitiveType DeletePrimitive.type()
           
static PrimitiveType PrimitiveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveType[] PrimitiveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.