com.saxonica.codegen
Class FixedElementCompiler
java.lang.Object
com.saxonica.codegen.ExpressionCompiler
com.saxonica.codegen.PushExpressionCompiler
com.saxonica.codegen.FixedElementCompiler
public class FixedElementCompiler
- extends PushExpressionCompiler
Compile a FixedElement expression to Java source code
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedElementCompiler
public FixedElementCompiler()
compilePush
public void compilePush(CompilerService compiler,
Expression expr)
- Description copied from class:
ExpressionCompiler
- Generate Java code to execute the expression in push mode, that is, code to
write events to the current output Receiver
- Specified by:
compilePush
in class ExpressionCompiler
- Parameters:
compiler
- the compiler serviceexpr
- the expression to be compiled
getStaticBaseURI
public String getStaticBaseURI(Expression exp)
- Get the base URI of the instruction being compiled. The default implementation returns null,
indicating that the base URI is not needed for this kind of instruction
- Overrides:
getStaticBaseURI
in class PushExpressionCompiler
Copyright (c) Saxonica Limited. All rights reserved.