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 bySynapseXPathFunctionContextwill 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 bySynapseXPathVariableContextwill be delegated to this interface. -
Class Summary Class Description XpathExtensionUtil Utility class to support custom xpath context extensions