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, getPropertiespublic XPath10ExpressionCompilerBPEL20()
public XPath10ExpressionCompilerBPEL20(java.lang.String bpelNS)
public OExpression compileJoinCondition(java.lang.Object source) throws CompilationException
ExpressionCompilerOExpression object.CompilationExceptionExpressionCompiler.compileJoinCondition(java.lang.Object)public void setCompilerContext(CompilerContext ctx)
ExpressionCompilersetCompilerContext in interface ExpressionCompilersetCompilerContext in class XPath10ExpressionCompilerImplctx - compiler contextExpressionCompiler.setCompilerContext(org.apache.ode.bpel.compiler.api.CompilerContext)public OExpression compile(java.lang.Object source) throws CompilationException
ExpressionCompilerOExpression object.CompilationExceptionExpressionCompiler.compile(java.lang.Object)public OLValueExpression compileLValue(java.lang.Object source) throws CompilationException
ExpressionCompilerOLValueExpression object.CompilationExceptionExpressionCompiler.compileLValue(java.lang.Object)