|
|||||||
| 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.SingletonExpressionCompiler
com.saxonica.codegen.QNameFnCompiler
public class QNameFnCompiler
Generate Java code to implement the XPath QName() function
| Constructor Summary | |
|---|---|
QNameFnCompiler()
|
|
| Method Summary | |
|---|---|
java.lang.String |
compileToItem(CompilerService compiler,
Expression expr)
Generate Java code to evaluate the expression as an Item |
| Methods inherited from class com.saxonica.codegen.SingletonExpressionCompiler |
|---|
compilePush, compileToCharSequence, compileToEffectiveBooleanValue, compileToIterator |
| 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 QNameFnCompiler()
| Method Detail |
|---|
public java.lang.String compileToItem(CompilerService compiler,
Expression expr)
ExpressionCompiler
compileToItem in class ExpressionCompilercompiler - 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 | ||||||