|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl
org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerBPEL11
public class XPath10ExpressionCompilerBPEL11
XPath 1.0 expression compiler for BPEL v1.1.
| Field Summary |
|---|
| Fields inherited from class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl |
|---|
_compilerContext, _properties, _qnFnGetLinkStatus, _qnFnGetVariableData, _qnFnGetVariableProperty |
| Constructor Summary | |
|---|---|
XPath10ExpressionCompilerBPEL11()
|
|
| Method Summary | |
|---|---|
org.apache.ode.bpel.o.OExpression |
compile(java.lang.Object source)
Compile an expression into a OExpression object. |
org.apache.ode.bpel.o.OExpression |
compileJoinCondition(java.lang.Object source)
Compile a join condition into a OExpression object. |
org.apache.ode.bpel.o.OLValueExpression |
compileLValue(java.lang.Object source)
Compile an lvalue (the 'to' of an assignment) into a OLValueExpression object. |
| Methods inherited from class org.apache.ode.bpel.elang.xpath10.compiler.XPath10ExpressionCompilerImpl |
|---|
doJaxenCompile, getProperties, setCompilerContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPath10ExpressionCompilerBPEL11()
| Method Detail |
|---|
public org.apache.ode.bpel.o.OExpression compileJoinCondition(java.lang.Object source)
throws CompilationException
ExpressionCompilerOExpression object.
CompilationExceptionExpressionCompiler.compileJoinCondition(java.lang.Object)
public org.apache.ode.bpel.o.OLValueExpression compileLValue(java.lang.Object source)
throws CompilationException
ExpressionCompilerOLValueExpression object.
CompilationException
public org.apache.ode.bpel.o.OExpression compile(java.lang.Object source)
throws CompilationException
ExpressionCompilerOExpression object.
CompilationExceptionExpressionCompiler.compile(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||