net.sf.saxon.functions
Class Evaluate.PreparedExpression

java.lang.Object
  extended by net.sf.saxon.functions.Evaluate.PreparedExpression
Enclosing class:
Evaluate

protected static class Evaluate.PreparedExpression
extends Object

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
           
 Variable[] variables
           
 
Constructor Summary
protected Evaluate.PreparedExpression()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expression

public Expression expression

variables

public Variable[] variables
Constructor Detail

Evaluate.PreparedExpression

protected Evaluate.PreparedExpression()