Uses of Interface
org.apache.commons.jxpath.ri.model.NodePointerFactory
Packages that use NodePointerFactory
Package
Description
Reference implementation of JXPath.
Implementation of "model" APIs for Containers.
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.
Implementation of "model" APIs for Containers.
Implementation of "model" APIs for W3C DOM.
Implementation of "model" APIs for Commons BeanUtils DynaBeans.
Implementation of "model" APIs for dynamic property objects e.g.
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 NodePointerFactoryModifier and TypeMethodDescriptionstatic NodePointerFactory[]
JXPathContextReferenceImpl.getNodePointerFactories()
Gets the registered NodePointerFactories.Methods in org.apache.commons.jxpath.ri with parameters of type NodePointerFactoryModifier and TypeMethodDescriptionstatic void
JXPathContextReferenceImpl.addNodePointerFactory
(NodePointerFactory factory) Call this with a custom NodePointerFactory to add support for additional types of objects.static boolean
JXPathContextReferenceImpl.removeNodePointerFactory
(NodePointerFactory factory) Removes support for additional types of objects. -
Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model
Classes in org.apache.commons.jxpath.ri.model that implement NodePointerFactory -
Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.beans
Classes in org.apache.commons.jxpath.ri.model.beans that implement NodePointerFactoryModifier and TypeClassDescriptionclass
Implements NodePointerFactory for JavaBeans.class
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 -
Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.dom
Classes in org.apache.commons.jxpath.ri.model.dom that implement NodePointerFactoryModifier and TypeClassDescriptionclass
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 NodePointerFactoryModifier and TypeClassDescriptionclass
Implements NodePointerFactory for DynaBeans.class
Implemented in response to [JXPATH-144]. -
Uses of NodePointerFactory in org.apache.commons.jxpath.ri.model.dynamic
Classes in org.apache.commons.jxpath.ri.model.dynamic that implement NodePointerFactoryModifier and TypeClassDescriptionclass
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 NodePointerFactoryModifier and TypeClassDescriptionclass
Implements NodePointerFactory for DOM elements.