| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.saxonica.codegen.ExpressionCompiler
com.saxonica.codegen.ContextItemCompiler
public class ContextItemCompiler
Compile code to implement a ContextItemExpression
| Constructor Summary | |
|---|---|
| ContextItemCompiler() | |
| Method Summary | |
|---|---|
| static String | compileGetContextItem(CompilerService compiler) | 
| static String | compileGetContextNode(CompilerService compiler) | 
|  void | compilePush(CompilerService compiler,
            Expression expr)Generate Java code to execute the expression in push mode, that is, code to write events to the current output Receiver | 
|  String | compileToCharSequence(CompilerService compiler,
                      Expression expr)Generate Java code to evaluate the expression as a CharSequence | 
|  String | compileToEffectiveBooleanValue(CompilerService compiler,
                               Expression expr,
                               ReturnAction result)Generate Java code to evaluate the effective boolean value of the expression | 
|  String | compileToItem(CompilerService compiler,
              Expression expr)Generate Java code to evaluate the expression as an Item | 
|  String | compileToIterator(CompilerService compiler,
                  Expression expr)Generate Java code to evaluate the expression as a SequenceIterator | 
| Methods inherited from class com.saxonica.codegen.ExpressionCompiler | 
|---|
| compileAsLoop, compileToValueRepresentation, getConfiguration, makeExpressionCompiler, setConfiguration | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ContextItemCompiler()
| Method Detail | 
|---|
public void compilePush(CompilerService compiler,
                        Expression expr)
ExpressionCompiler
compilePush in class ExpressionCompilercompiler - the compiler serviceexpr - the expression to be compiled
public String compileToIterator(CompilerService compiler,
                                Expression expr)
ExpressionCompiler
compileToIterator in class ExpressionCompilercompiler - the compiler serviceexpr - the XPath expression to be compiled
SequenceIterator,
 and which at run-time will hold an iterator over the the value of the XPath expression
public String compileToItem(CompilerService compiler,
                            Expression expr)
ExpressionCompiler
compileToItem in class ExpressionCompilercompiler - the compiler serviceexpr - the expression to be compiled
Item,
 and which will hold the value of the expression at run-time (or hold null,
 representing an empty sequence).
public String compileToEffectiveBooleanValue(CompilerService compiler,
                                             Expression expr,
                                             ReturnAction result)
ExpressionCompiler
compileToEffectiveBooleanValue in class ExpressionCompilercompiler - the compiler serviceexpr - the XPath expression to be compiledresult - indicates how the boolean result is to be returned
public String compileToCharSequence(CompilerService compiler,
                                    Expression expr)
ExpressionCompiler
compileToCharSequence in class ExpressionCompilercompiler - the compiler serviceexpr - the XPath expression to be compiled
CharSequence,
 and which will hold the string value of the XPath expression at run-timepublic static String compileGetContextNode(CompilerService compiler)
public static String compileGetContextItem(CompilerService compiler)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||