|
|||||||
| 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.PushExpressionCompiler
com.saxonica.codegen.ProcessingInstructionCompiler
public class ProcessingInstructionCompiler
Compile a processing-instruction constructor to Java source code
| Constructor Summary | |
|---|---|
ProcessingInstructionCompiler()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.saxonica.codegen.PushExpressionCompiler |
|---|
compileToCharSequence, compileToEffectiveBooleanValue, compileToItem, compileToIterator, getStaticBaseURI, prepareToPush |
| Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
|---|
compileAsLoop, compileToValueRepresentation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessingInstructionCompiler()
| Method Detail |
|---|
public void compilePush(CompilerService compiler,
Expression expr)
ExpressionCompiler
compilePush in class ExpressionCompilercompiler - the compiler serviceexpr - the expression to be compiled
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||