List of usage examples for javax.xml.xpath XPathFunction interface-usage
From source file org.apache.synapse.mediators.GetPropertyFunction.java
/** * Implements the XPath extension function synapse:get-property(scope,prop-name) */ public class GetPropertyFunction implements Function, XPathFunction { private static final Log log = LogFactory.getLog(GetPropertyFunction.class);