public class XPath10ExpressionCompilerBPEL20 extends XPath10ExpressionCompilerImpl
Modifier and Type | Field and Description |
---|---|
protected javax.xml.namespace.QName |
_qnDoXslTransform |
_compilerContext, _properties, _qnFnGetLinkStatus, _qnFnGetVariableData, _qnFnGetVariableProperty
Constructor and Description |
---|
XPath10ExpressionCompilerBPEL20() |
XPath10ExpressionCompilerBPEL20(java.lang.String bpelNS) |
Modifier and Type | Method and Description |
---|---|
OExpression |
compile(java.lang.Object source)
Compile an expression into a
OExpression object. |
OExpression |
compileJoinCondition(java.lang.Object source)
Compile a join condition into a
OExpression object. |
OLValueExpression |
compileLValue(java.lang.Object source)
Compile an lvalue (the 'to' of an assignment) into a
OLValueExpression object. |
void |
setCompilerContext(CompilerContext ctx)
Set the compiler context (for resolving variables and such).
|
doJaxenCompile, getProperties
public XPath10ExpressionCompilerBPEL20()
public XPath10ExpressionCompilerBPEL20(java.lang.String bpelNS)
public OExpression compileJoinCondition(java.lang.Object source) throws CompilationException
ExpressionCompiler
OExpression
object.CompilationException
ExpressionCompiler.compileJoinCondition(java.lang.Object)
public void setCompilerContext(CompilerContext ctx)
ExpressionCompiler
setCompilerContext
in interface ExpressionCompiler
setCompilerContext
in class XPath10ExpressionCompilerImpl
ctx
- compiler contextExpressionCompiler.setCompilerContext(org.apache.ode.bpel.compiler.api.CompilerContext)
public OExpression compile(java.lang.Object source) throws CompilationException
ExpressionCompiler
OExpression
object.CompilationException
ExpressionCompiler.compile(java.lang.Object)
public OLValueExpression compileLValue(java.lang.Object source) throws CompilationException
ExpressionCompiler
OLValueExpression
object.CompilationException
ExpressionCompiler.compileLValue(java.lang.Object)