Class Choose.ChooseExprElaborator

java.lang.Object
net.sf.saxon.expr.elab.Elaborator
net.sf.saxon.expr.elab.PullElaborator
net.sf.saxon.expr.instruct.Choose.ChooseExprElaborator
Enclosing class:
Choose

public static class Choose.ChooseExprElaborator extends PullElaborator
Elaborator for a "Choose" expression (which may be xsl:if, xsl:choose, or an XPath conditional expression).

Provides "push" and "pull" implementations, as well as a singleton implementation.

  • Constructor Details

    • ChooseExprElaborator

      public ChooseExprElaborator()
  • Method Details