org.apache.ode.bpel.compiler.v2.xpath10.jaxp
Class JaxpXPath10ExpressionCompilerBPEL20
java.lang.Object
org.apache.ode.bpel.compiler.v2.xpath10.jaxp.JaxpXPath10ExpressionCompilerImpl
org.apache.ode.bpel.compiler.v2.xpath10.jaxp.JaxpXPath10ExpressionCompilerBPEL20
- All Implemented Interfaces:
- ExpressionCompiler
- Direct Known Subclasses:
- JaxpXPath10ExpressionCompilerBPEL20Draft
public class JaxpXPath10ExpressionCompilerBPEL20
- extends JaxpXPath10ExpressionCompilerImpl
JAXP based XPath 1.0 expression compiler for BPEL 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_qnDoXslTransform
protected javax.xml.namespace.QName _qnDoXslTransform
JaxpXPath10ExpressionCompilerBPEL20
public JaxpXPath10ExpressionCompilerBPEL20()
JaxpXPath10ExpressionCompilerBPEL20
public JaxpXPath10ExpressionCompilerBPEL20(java.lang.String bpelNS)
compileJoinCondition
public OExpression compileJoinCondition(java.lang.Object source)
throws CompilationException
- Description copied from interface:
ExpressionCompiler
- Compile a join condition into a
OExpression
object.
- Returns:
-
- Throws:
CompilationException
- See Also:
ExpressionCompiler.compileJoinCondition(java.lang.Object)
setCompilerContext
public void setCompilerContext(CompilerContext ctx)
- Description copied from interface:
ExpressionCompiler
- Set the compiler context (for resolving variables and such).
- Specified by:
setCompilerContext
in interface ExpressionCompiler
- Overrides:
setCompilerContext
in class JaxpXPath10ExpressionCompilerImpl
- Parameters:
ctx
- compiler context- See Also:
ExpressionCompiler.setCompilerContext(org.apache.ode.bpel.compiler.v2.CompilerContext)
compile
public OExpression compile(java.lang.Object source)
throws CompilationException
- Description copied from interface:
ExpressionCompiler
- Compile an expression into a
OExpression
object.
- Returns:
-
- Throws:
CompilationException
- See Also:
ExpressionCompiler.compile(java.lang.Object)
compileLValue
public OLValueExpression compileLValue(java.lang.Object source)
throws CompilationException
- Description copied from interface:
ExpressionCompiler
- Compile an lvalue (the 'to' of an assignment) into a
OLValueExpression
object.
- Returns:
-
- Throws:
CompilationException
- See Also:
ExpressionCompiler.compileLValue(java.lang.Object)