List of usage examples for org.apache.commons.jxpath.ri.model NodePointerFactory interface-usage
From source file org.apache.cocoon.components.flow.javascript.ScriptablePointerFactory.java
/** * * @version CVS $Id: ScriptablePointerFactory.java 30932 2004-07-29 17:35:38Z vgritsenko $ */ public class ScriptablePointerFactory implements NodePointerFactory {
From source file org.firesoa.common.jxpath.model.dom4j.Dom4JPointerFactory.java
/** * @author ? nychen2000@163.com * */ public class Dom4JPointerFactory implements NodePointerFactory {
From source file org.lilyproject.runtime.conf.jxpath.ConfPointerFactory.java
public class ConfPointerFactory implements NodePointerFactory { private static boolean registered = false; public static synchronized void register() { if (!registered) { registered = true;
From source file org.geotools.xml.impl.jxpath.FeatureNodeFactory.java
/**
* A node factory which creates special node pointers featurs.
* <p>
* The following types are supported:
* <ul>
* <li>{@link org.geotools.feature.Feature}
From source file org.apache.maven.project.harness.Xpp3DomPointerFactory.java
/** * A node pointer factory for JXPath to support <code>Xpp3Dom</code>. * * @author Benjamin Bentmann */ public class Xpp3DomPointerFactory implements NodePointerFactory {
From source file org.geotools.feature.xpath.AttributeNodePointerFactory.java
/**
* A node factory which creates special node pointers featurs.
* <p>
* The following types are supported:
* <ul>
* <li>{@link Attribute}
From source file org.eclipse.e4.emf.internal.xpath.EObjectPointerFactory.java
/** * Implements NodePointerFactory for JavaBeans. * */ public class EObjectPointerFactory implements NodePointerFactory {
From source file org.nasdanika.cdo.xpath.CDOObjectPointerFactory.java
/** * Implements NodePointerFactory for {@link CDOObject}. * */ public class CDOObjectPointerFactory implements NodePointerFactory {