net.sf.saxon.functions

Class Evaluate.PreparedExpression

Enclosing Class:
Evaluate
Implemented Interfaces:
Serializable

public static class Evaluate.PreparedExpression
extends java.lang.Object
implements Serializable

Inner class PreparedExpression represents a compiled XPath expression together with the standard variables $p1 .. $p9 available for use when the expression is evaluated

Field Summary

IndependentContext
expStaticContext
Expression
expression
SlotManager
stackFrameMap
XPathVariable[]
variables

Field Details

expStaticContext

public IndependentContext expStaticContext

expression

public Expression expression

stackFrameMap

public SlotManager stackFrameMap

variables

public XPathVariable[] variables