Package net.sf.saxon.functions
Class Put.PutFnElaborator
- java.lang.Object
-
- net.sf.saxon.expr.elab.Elaborator
-
- net.sf.saxon.expr.elab.UpdateElaborator
-
- net.sf.saxon.functions.Put.PutFnElaborator
-
- Enclosing class:
- Put
public static class Put.PutFnElaborator extends UpdateElaborator
-
-
Constructor Summary
Constructors Constructor Description PutFnElaborator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateEvaluator
elaborateForUpdate()
-
Methods inherited from class net.sf.saxon.expr.elab.UpdateElaborator
eagerly, elaborateForBoolean, elaborateForItem, elaborateForPull, elaborateForPush, elaborateForUnicodeString
-
Methods inherited from class net.sf.saxon.expr.elab.Elaborator
elaborateForString, getConfiguration, getExpression, handleNullString, handleNullUnicodeString, handlePossiblyNullString, handlePossiblyNullUnicodeString, lazily, setExpression
-
-
-
-
Method Detail
-
elaborateForUpdate
public UpdateEvaluator elaborateForUpdate()
- Specified by:
elaborateForUpdate
in classUpdateElaborator
-
-