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

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

Introduction

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

Usage

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

/**
 * Almost an exact copy of <code>org.apache.commons.jxpath.PackageFunctions</code> implementation
 * written by Dimitri Plotnikov. This implementation is Adjusted to use a different method lookup
 * utility class that better handles inheritance oddities introduced in Java 1.5 when inheriting 
 * from a generic type.
 *