Example usage for javax.xml.xpath XPathFunction interface-usage

List of usage examples for javax.xml.xpath XPathFunction interface-usage

Introduction

In this page you can find the example usage for javax.xml.xpath XPathFunction interface-usage.

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);