Package org.apache.synapse.util.xpath.ext
-
Interface Summary Interface Description SynapseXpathFunctionContextProvider This XPath Function Context provider Interface must be implemented when resolving custom XPath Function contexts .Any xpath function that can't be resolved bySynapseXPathFunctionContext
will be delegated to this interface.SynapseXpathVariableResolver This XPath Variable Resolver Interface must be implemented when resolving custom XPath Variable contexts Any xpath function that can't be resolved bySynapseXPathVariableContext
will be delegated to this interface. -
Class Summary Class Description XpathExtensionUtil Utility class to support custom xpath context extensions