Uses of Interface
org.apache.commons.jxpath.ri.model.NodePointerFactory

Packages that use NodePointerFactory
org.apache.commons.jxpath.ri Reference implementation of JXPath. 
org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. 
org.apache.commons.jxpath.ri.model.container Implementation of "model" APIs for Containers. 
org.apache.commons.jxpath.ri.model.dom Implementation of "model" APIs for W3C DOM. 
org.apache.commons.jxpath.ri.model.dynabeans   
org.apache.commons.jxpath.ri.model.dynamic   
org.apache.commons.jxpath.ri.model.jdom Implementation of "model" APIs for JDOM (see jdom.org). 
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri
 

Methods in org.apache.commons.jxpath.ri that return NodePointerFactory
static NodePointerFactory[] JXPathContextReferenceImpl.getNodePointerFactories()
           
 

Methods in org.apache.commons.jxpath.ri with parameters of type NodePointerFactory
static void JXPathContextReferenceImpl.addNodePointerFactory(NodePointerFactory factory)
          Call this with a custom NodePointerFactory to add support for additional types of objects.
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.beans
 

Classes in org.apache.commons.jxpath.ri.model.beans that implement NodePointerFactory
 class BeanPointerFactory
          Implements NodePointerFactory for JavaBeans.
 class CollectionPointerFactory
          Implements NodePointerFactory for stand-alone collections.
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.container
 

Classes in org.apache.commons.jxpath.ri.model.container that implement NodePointerFactory
 class ContainerPointerFactory
          Implements NodePointerFactory for Container objects.
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.dom
 

Classes in org.apache.commons.jxpath.ri.model.dom that implement NodePointerFactory
 class DOMPointerFactory
          Implements NodePointerFactory for DOM elements.
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.dynabeans
 

Classes in org.apache.commons.jxpath.ri.model.dynabeans that implement NodePointerFactory
 class DynaBeanPointerFactory
          Implements NodePointerFactory for DynaBeans.
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.dynamic
 

Classes in org.apache.commons.jxpath.ri.model.dynamic that implement NodePointerFactory
 class DynamicPointerFactory
          Implements NodePointerFactory for Dynamic classes like Map.
 

Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.jdom
 

Classes in org.apache.commons.jxpath.ri.model.jdom that implement NodePointerFactory
 class JDOMPointerFactory
          Implements NodePointerFactory for DOM elements.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.