Example usage for org.apache.commons.jxpath.ri Compiler interface-usage

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

Introduction

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

Usage

From source file com.w20e.socrates.model.ExpressionCompiler.java

/**
 * @author dokter Implementation for JXPath compiler.
 */
public final class ExpressionCompiler implements Compiler {

    /**

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

/**
 * DOMCompiler - compiles an
 *
 * @author <a href="mailto:unl@users.sourceforge.net">Ulrich Nicolas Liss&eacute;</a>
 * @version $Id: DOMCompiler.java,v 1.9 2004/08/15 14:14:16 joernt Exp $
 */