Example usage for org.apache.commons.jxpath Functions interface-usage

List of usage examples for org.apache.commons.jxpath Functions interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.jxpath Functions interface-usage.

Usage

From source file org.xchain.framework.lifecycle.LifecycleFunctionLibrary.java

/**
 * <p>This class handles methods for an xchain namespace.  During the scanning process, methods with the org.xchain.annotations.Function annotation are added
 * to instances of this class.</p>
 *
 * <p>The implementation of this class is based on the implementation of ClassFunctions from the jxpath project by Dmitri Plotnikov.</p>
 *

From source file org.xchain.framework.jxpath.StandardFunctions.java

/**
 * @author Christian Trimble
 */
public class StandardFunctions implements Functions {
    private String namespace;
    private PackageFunctions packageFunctions = new PackageFunctions("", null);

From source file org.openvpms.component.system.common.jxpath.AbstractObjectFunctions.java

/**
 * A {@code Function} implementation that enables methods to be invoked on a pre-configured {@code Object}.
 *
 * @author Tim Anderson
 */
public class AbstractObjectFunctions implements Functions {

From source file org.xchain.framework.lifecycle.NamespaceFunctionLibrary.java

/**
 * <p>This class handles methods for an xchain namespace.  During the scanning process, methods with the org.xchain.annotations.Function annotation are added
 * to instances of this class.</p>
 *
 * <p>The implementation of this class is based on the implementation of ClassFunctions from the jxpath project by Dmitri Plotnikov.</p>
 *

From source file org.chiba.xml.xforms.xpath.XPathExtensionFunctions.java

/**
 * Provides namespace based access to extension function implementations. Checks for user-defined
 * functions in default.xml config-file, core XForms functions and extensions provided only
 * by Chiba.
 *
 * @author Joern Turner

From source file org.chiba.xml.xforms.xpath.ExtensionFunctions.java

/**
 * Provides namespace based access to extension function implementations. Checks for user-defined
 * functions in default.xml config-file, core XForms functions and extensions provided only
 * by Chiba.
 *
 * Todo: Refactor function name mapping, allow function libraries.