com.saxonica.codegen
Class ComputedAttributeCompiler
java.lang.Object
  
com.saxonica.codegen.ExpressionCompiler
      
com.saxonica.codegen.PushExpressionCompiler
          
com.saxonica.codegen.ComputedAttributeCompiler
public class ComputedAttributeCompiler
- extends PushExpressionCompiler
 
Compile a computed attribute constructor to Java source code
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ComputedAttributeCompiler
public ComputedAttributeCompiler()
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
 
 
compileAttributeValidationCode
protected static void compileAttributeValidationCode(CompilerService compiler,
                                                     String stringVar,
                                                     SchemaType schemaType)
 
compileAnnotationCode
protected static String compileAnnotationCode(CompilerService compiler,
                                              SchemaType schemaType)
 
Copyright (c) 2004-2010 Saxonica Limited. All rights reserved.