java.lang.Objectorg.apache.synapse.util.xpath.SynapseXPathFunctionContext
All Implemented Interfaces:
org.jaxen.FunctionContext
XPath function context to be used when resolving XPath functions when using the
SynapseXPath
and this resolves one function except for the standard XPath functions
and Jaxen extension functions.
The function that has been resolved by this FunctionContext is; get-property(String) which is used to retrieve message context properties
Constructor: |
---|
Initialises the function context
|
Method from org.apache.synapse.util.xpath.SynapseXPathFunctionContext Summary: |
---|
getFunction |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.synapse.util.xpath.SynapseXPathFunctionContext Detail: |
---|
Only the get-property function is recognized by this class. Any other function will be resolved using the parent function context. |