Uses of Enum Class
org.basex.query.up.expr.Insert.Mode
Packages that use Insert.Mode
-
Uses of Insert.Mode in org.basex.query.up.expr
Methods in org.basex.query.up.expr that return Insert.ModeModifier and TypeMethodDescriptionstatic Insert.ModeReturns the enum constant of this class with the specified name.static Insert.Mode[]Insert.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.basex.query.up.expr with parameters of type Insert.ModeModifierConstructorDescriptionInsert(StaticContext sc, InputInfo info, Expr src, Insert.Mode mode, Expr trg) Constructor.