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

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

Introduction

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

Usage

From source file org.apache.cocoon.util.jxpath.DOMFactory.java

/**
 * A <a href="http://jakarta.apache.org/commons/jxpath">JXPath</a> <code>AbstractFactory</code>
 * that creates DOM elements.
 *
 * @author <a href="http://www.apache.org/~sylvain/">Sylvain Wallez</a>
 * @version $Id: DOMFactory.java 125919 2005-01-21 11:12:03Z sylvain $

From source file org.firesoa.common.jxpath.model.dom.W3CDomFactory.java

/**
 *
 * @author ? nychen2000@163.com
 * Fire Workflow www.firesoa.com  www.fireflow.org
 *
 */

From source file org.openvpms.component.business.service.archetype.JXPathGenericObjectCreationFactory.java

/**
 * This class is used to by JXPath during the object construction phase. It 
 * uses reflection and the commons-beanutils library to create a node on an
 * object.
 * <p>
 * Objects created through this factory must have a default constructor.

From source file org.onecmdb.core.utils.xpath.OneCMDBFactory.java

/**
 * Object Factory for JXPath.
 *
 */
public class OneCMDBFactory extends AbstractFactory {

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

/**
 * @author Ulrich Nicolas Liss&eacute;
 * @version $Id: InstanceFactory.java,v 1.2 2004/08/15 14:14:16 joernt Exp $
 */
public class InstanceFactory extends AbstractFactory {

From source file org.chiba.xml.xpath.impl.JXPathDOMFactory.java

/**
 * A DOM factory for JXPath.
 *
 * @author Ulrich Nicolas Liss&eacute;
 * @version $Id: JXPathDOMFactory.java,v 1.1 2009/02/17 09:00:54 civilis Exp $
 */