Example usage for org.apache.commons.jxpath FunctionLibrary subclass-usage

List of usage examples for org.apache.commons.jxpath FunctionLibrary subclass-usage

Introduction

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

Usage

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

/**
 * This function library was added to provide namespace prefix lookup for Functions classes.  The
 * standard reference implementation of JXPath does not resolve the namespace prefix before looking up a function.
 *
 * @author Christian Trimble
 * @author John Trimble