|
|||||||
| 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.SequenceExpressionCompiler
com.saxonica.codegen.CardinalityCheckerCompiler
public class CardinalityCheckerCompiler
Compile Java code for a cardinality check (this is typically an expression added to the expression tree during static type checking)
| Constructor Summary | |
|---|---|
CardinalityCheckerCompiler()
|
|
| Method Summary | |
|---|---|
java.lang.String |
compileToItem(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as an Item |
java.lang.String |
compileToIterator(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as a SequenceIterator |
| Methods inherited from class com.saxonica.codegen.SequenceExpressionCompiler |
|---|
compilePush, compileToCharSequence, compileToEffectiveBooleanValue |
| 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 CardinalityCheckerCompiler()
| Method Detail |
|---|
public java.lang.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 java.lang.String compileToItem(CompilerService compiler,
Expression expr)
ExpressionCompiler
compileToItem in class SequenceExpressionCompilercompiler - 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).
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||