|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.rtrep.v2.xquery10.runtime.XQuery10ExpressionRuntime
public class XQuery10ExpressionRuntime
XQuery 1.0 Expression Language run-time subsytem. Saxon implementation.
Constructor Summary | |
---|---|
XQuery10ExpressionRuntime()
Creates a new XQuery10ExpressionRuntime object. |
Method Summary | |
---|---|
java.util.List |
evaluate(OExpression cexp,
EvaluationContext ctx)
|
boolean |
evaluateAsBoolean(OExpression cexp,
EvaluationContext ctx)
|
java.util.Calendar |
evaluateAsDate(OExpression cexp,
EvaluationContext context)
Evaluate expression and return a date |
Duration |
evaluateAsDuration(OExpression cexp,
EvaluationContext context)
Evaluate expression and return duration |
java.lang.Number |
evaluateAsNumber(OExpression cexp,
EvaluationContext ctx)
Evaluate expression and return a number |
java.lang.String |
evaluateAsString(OExpression cexp,
EvaluationContext ctx)
|
org.w3c.dom.Node |
evaluateNode(OExpression cexp,
EvaluationContext ctx)
Evaluate expression and return a node |
void |
initialize(java.util.Map properties)
Initialize XSL Transformer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XQuery10ExpressionRuntime()
Method Detail |
---|
public void initialize(java.util.Map properties) throws ConfigurationException
initialize
in interface ExpressionLanguageRuntime
properties
- properties
ConfigurationException
- ConfigurationExceptionpublic java.lang.String evaluateAsString(OExpression cexp, EvaluationContext ctx) throws FaultException
evaluateAsString
in interface ExpressionLanguageRuntime
FaultException
org.apache.ode.bpel.explang.ExpressionLanguageRuntime#evaluateAsString(org.apache.ode.bpel.o.OExpression,
org.apache.ode.bpel.explang.EvaluationContext)
public boolean evaluateAsBoolean(OExpression cexp, EvaluationContext ctx) throws FaultException
evaluateAsBoolean
in interface ExpressionLanguageRuntime
FaultException
org.apache.ode.bpel.explang.ExpressionLanguageRuntime#evaluateAsBoolean(org.apache.ode.bpel.o.OExpression,
org.apache.ode.bpel.explang.EvaluationContext)
public java.lang.Number evaluateAsNumber(OExpression cexp, EvaluationContext ctx) throws FaultException
evaluateAsNumber
in interface ExpressionLanguageRuntime
cexp
- cexpctx
- ctx
FaultException
- FaultExceptionpublic java.util.List evaluate(OExpression cexp, EvaluationContext ctx) throws FaultException
evaluate
in interface ExpressionLanguageRuntime
FaultException
org.apache.ode.bpel.explang.ExpressionLanguageRuntime#evaluate(org.apache.ode.bpel.o.OExpression,
org.apache.ode.bpel.explang.EvaluationContext)
public org.w3c.dom.Node evaluateNode(OExpression cexp, EvaluationContext ctx) throws FaultException
evaluateNode
in interface ExpressionLanguageRuntime
cexp
- cexpctx
- ctx
FaultException
- FaultExceptionpublic java.util.Calendar evaluateAsDate(OExpression cexp, EvaluationContext context) throws FaultException
evaluateAsDate
in interface ExpressionLanguageRuntime
cexp
- cexpcontext
- context
FaultException
- FaultExceptionpublic Duration evaluateAsDuration(OExpression cexp, EvaluationContext context) throws FaultException
evaluateAsDuration
in interface ExpressionLanguageRuntime
cexp
- cexpcontext
- context
FaultException
- FaultException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |