| net.sf.saxon.functions.SystemFunction net.sf.saxon.functions.CurrentDateTime
CurrentDateTime | public class CurrentDateTime extends SystemFunction (Code) | | This class implements the XPath 2.0 functions
current-date(), current-time(), and current-dateTime(), as
well as the function implicit-timezone(). The value that is required
is inferred from the type of result required.
|
getIntrinsicDependencies | public int getIntrinsicDependencies()(Code) | | Determine the dependencies
|
preEvaluate | public Expression preEvaluate(StaticContext env)(Code) | | preEvaluate: this method suppresses compile-time evaluation by doing nothing
(because the value of the expression depends on the runtime context)
|
Fields inherited from net.sf.saxon.functions.SystemFunction | protected int operation(Code)(Java Doc)
|
|
|