|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.functions.Evaluate.PreparedExpression
public static class Evaluate.PreparedExpression
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 | |
---|---|
Expression |
expression
|
IndependentContext |
expStaticContext
|
SlotManager |
stackFrameMap
|
Variable[] |
variables
|
Constructor Summary | |
---|---|
Evaluate.PreparedExpression()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public IndependentContext expStaticContext
public Expression expression
public Variable[] variables
public SlotManager stackFrameMap
Constructor Detail |
---|
public Evaluate.PreparedExpression()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |