|
|||||||
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.DistinctValuesCompiler
public class DistinctValuesCompiler
Compile code to implement the distinct-values() function.
Constructor Summary | |
---|---|
DistinctValuesCompiler()
|
Method Summary | |
---|---|
void |
compileAsLoop(CompilerService compiler,
Expression expr,
LoopAction action)
Compile an expression in the form of a loop. |
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, compileToItem |
Methods inherited from class com.saxonica.codegen.ExpressionCompiler |
---|
compileToValueRepresentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistinctValuesCompiler()
Method Detail |
---|
public java.lang.String compileToIterator(CompilerService compiler, Expression expr)
ExpressionCompiler
compileToIterator
in class ExpressionCompiler
compiler
- 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 expressionpublic void compileAsLoop(CompilerService compiler, Expression expr, LoopAction action)
compileAsLoop
in class ExpressionCompiler
compiler
- the CompilerServiceexpr
- the expression to be compiledaction
- the action to be taken to process each item in the sequence returned by the expression
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |