|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.elang.xpath20.compiler.JaxpVariableResolver
public class JaxpVariableResolver
This is a mock implementation of the XPathVariableResolver for compilation. It always returns an empty string which allows execution of XPath expressions even if we don't have any values yet. This way we can easily rule out invalid variables and isolate properly BPEL variables.
Constructor Summary | |
---|---|
JaxpVariableResolver(CompilerContext cctx,
OXPath10ExpressionBPEL20 oxpath)
|
Method Summary | |
---|---|
java.lang.Object |
resolveVariable(javax.xml.namespace.QName variableName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JaxpVariableResolver(CompilerContext cctx, OXPath10ExpressionBPEL20 oxpath)
Method Detail |
---|
public java.lang.Object resolveVariable(javax.xml.namespace.QName variableName)
resolveVariable
in interface javax.xml.xpath.XPathVariableResolver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |