|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.elang.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 ExpressionLanguageRuntimeproperties - properties
ConfigurationException - ConfigurationException
public java.lang.String evaluateAsString(OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
evaluateAsString in interface ExpressionLanguageRuntimeFaultException
EvaluationExceptionExpressionLanguageRuntime.evaluateAsString(org.apache.ode.bpel.o.OExpression,
org.apache.ode.bpel.explang.EvaluationContext)
public boolean evaluateAsBoolean(OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
evaluateAsBoolean in interface ExpressionLanguageRuntimeFaultException
EvaluationExceptionExpressionLanguageRuntime.evaluateAsBoolean(org.apache.ode.bpel.o.OExpression,
org.apache.ode.bpel.explang.EvaluationContext)
public java.lang.Number evaluateAsNumber(OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
evaluateAsNumber in interface ExpressionLanguageRuntimecexp - cexpctx - ctx
FaultException - FaultException
EvaluationException - EvaluationException
public java.util.List evaluate(OExpression cexp,
EvaluationContext ctx)
throws FaultException,
EvaluationException
evaluate in interface ExpressionLanguageRuntimeFaultException
EvaluationExceptionExpressionLanguageRuntime.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,
EvaluationException
evaluateNode in interface ExpressionLanguageRuntimecexp - cexpctx - ctx
FaultException - FaultException
EvaluationException - EvaluationException
public java.util.Calendar evaluateAsDate(OExpression cexp,
EvaluationContext context)
throws FaultException,
EvaluationException
evaluateAsDate in interface ExpressionLanguageRuntimecexp - cexpcontext - context
FaultException - FaultException
EvaluationException - EvaluationException
public Duration evaluateAsDuration(OExpression cexp,
EvaluationContext context)
throws FaultException,
EvaluationException
evaluateAsDuration in interface ExpressionLanguageRuntimecexp - cexpcontext - context
FaultException - FaultException
EvaluationException - EvaluationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||