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

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

Introduction

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

Usage

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

/**
 * An extension the Variables interface that properly resolves namespace prefixes.
 *
 * @author Christian Trimble
 * @author Devon Tackett
 */

From source file org.openvpms.component.business.service.archetype.helper.IMObjectVariables.java

/**
 * An implementation of {@link Variables} that supports simple variable names,
 * and variable names of the form <tt>variable.node1.node2.nodeN</tt>.
 * <p/>
 * The latter form is used to resolve nodes in {@code IMObject} variables.
 * <p/>