Example usage for org.apache.commons.jxpath.ri JXPathContextReferenceImpl subclass-usage

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

Introduction

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

Usage

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

/**
 * Extend the default {@link JXPathCOntextReferenceImpl} to support 
 * BigDecimal and BigInteger maths for OpenVPMS.
 * 
 * @author   <a href="mailto:support@openvpms.org">OpenVPMS Team</a>
 * @version  $LastChangedDate$

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

/**
 * An implementation of JXPathContext that installs an instance of scoped QName variables into the
 * context.
 *
 * @author Christian Trimble
 * @author Devon Tackett