Class XQueryExpression.Builder

All Implemented Interfaces:
LanguageBuilder<XQueryExpression>
Enclosing class:
XQueryExpression

Builder is a specific builder for XQueryExpression.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • configuration

      public XQueryExpression.Builder configuration(Object configuration)
      Custom saxon configuration (requires camel-saxon). This may be needed to add custom functions to a saxon configuration, so these custom functions can be used in xquery expressions.
    • configurationRef

      public XQueryExpression.Builder configurationRef(String configurationRef)
      Reference to a saxon configuration instance in the registry to use for xquery (requires camel-saxon). This may be needed to add custom functions to a saxon configuration, so these custom functions can be used in xquery expressions.
    • end

      public XQueryExpression end()
      Description copied from interface: LanguageBuilder
      Ends the build of an expression.
      Returns:
      the expression fully built.