com.saxonica.bytecode
Class FixedElementCompiler
java.lang.Object
com.saxonica.bytecode.ExpressionCompiler
com.saxonica.bytecode.ToIteratorCompiler
com.saxonica.bytecode.ToPushCompiler
com.saxonica.bytecode.ElementCreatorCompiler
com.saxonica.bytecode.FixedElementCompiler
public class FixedElementCompiler
- extends ElementCreatorCompiler
Generate bytecode for a fixed element constructor (or XSLT literal result element)
Methods inherited from class com.saxonica.bytecode.ExpressionCompiler |
allocateStatic, compileItemFromInt, compileItemFromString, compileToLoop, compileToPrimitive, generateMethod, getConfiguration, handleEmptyStringResult, setConfiguration, throwXPathException, throwXPathException, unboxItem, verify, visitAnnotation, visitLineNumber |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedElementCompiler
public FixedElementCompiler()
pushNodeName
protected void pushNodeName(CompilerService compiler,
Expression expression)
throws CannotCompileException
- Callback from the superclass ElementCreatorCompiler to get the nameCode.
Leaves the name code for the element name on the stack
for the element name
- Specified by:
pushNodeName
in class ElementCreatorCompiler
- Parameters:
compiler
- the compiler serviceexpression
- the expression to be compiled
- Throws:
CannotCompileException
outputNamespaceNodes
protected void outputNamespaceNodes(CompilerService compiler,
Expression expression)
- Description copied from class:
ElementCreatorCompiler
- Callback for subclasses to implement: generate code to output namespace nodes
- Overrides:
outputNamespaceNodes
in class ElementCreatorCompiler
identifyExpression
public void identifyExpression(CompilerService compiler,
Expression expression,
String evalMode)
- Specified by:
identifyExpression
in class ElementCreatorCompiler
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.