Package org.apache.commons.jxpath.ri.model

The "model" package defines APIs that are implemented for every object model to be supported by JXPath.

See:
          Description

Interface Summary
NodeIterator Definition for an iterator for all kinds of Nodes.
NodePointerFactory Creates NodePointers for objects of a certain type.
 

Class Summary
NodePointer Common superclass for Pointers of all kinds.
VariablePointer Pointer to a context variable.
VariablePointerFactory NodePointerFactory to create VariablePointers.
VariablePointerFactory.VariableContextWrapper Node value wrapper to trigger a VariablePointerFactory.
 

Package org.apache.commons.jxpath.ri.model Description

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.



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