Package org.apache.commons.jxpath.ri.model
package org.apache.commons.jxpath.ri.model
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
The main part of this API is Pointers, which are a mechanism
for identifying locations of objects within an object graph.
-
ClassDescriptionDefinition for an iterator for all kinds of Nodes.Common superclass for Pointers of all kinds.Creates NodePointers for objects of a certain type.Pointer to a context variable.NodePointerFactory to create
VariablePointers
.Node value wrapper to trigger a VariablePointerFactory.