Class LetExpression.LetExprElaborator

  • Enclosing class:
    LetExpression

    public static class LetExpression.LetExprElaborator
    extends PullElaborator
    Elaborator for a let expression (either let $x := SELECT return ACTION in XPath, or the equivalent sequence constructor using local xsl:variable declarations in XSLT).

    The elaborator allows evaluation in pull, push, or singleton mode.

    • Constructor Detail

      • LetExprElaborator

        public LetExprElaborator()