Uses of Interface
org.apache.commons.jxpath.NodeSet

Packages that use NodeSet
org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration. 
org.apache.commons.jxpath.ri Reference implementation of JXPath. 
org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc). 
org.apache.commons.jxpath.ri.model The "model" package defines APIs that are implemented for every object model to be supported by JXPath. 
 

Uses of NodeSet in org.apache.commons.jxpath
 

Classes in org.apache.commons.jxpath that implement NodeSet
 class BasicNodeSet
          A simple implementation of NodeSet that behaves as a collection of pointers.
 

Methods in org.apache.commons.jxpath that return NodeSet
 NodeSet ExtendedKeyManager.getNodeSetByKey(JXPathContext context, String key, Object value)
          Find a NodeSet by key/value.
 NodeSet JXPathContext.getNodeSetByKey(String key, Object value)
          Locates a NodeSet by key/value.
 

Methods in org.apache.commons.jxpath with parameters of type NodeSet
 void BasicNodeSet.add(NodeSet nodeSet)
          Add the specified NodeSet to this NodeSet.
 

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

Methods in org.apache.commons.jxpath.ri that return NodeSet
 NodeSet EvalContext.getNodeSet()
          Returns the list of all Pointers in this context for all positions of the parent contexts.
 

Uses of NodeSet in org.apache.commons.jxpath.ri.axes
 

Methods in org.apache.commons.jxpath.ri.axes that return NodeSet
 NodeSet NodeSetContext.getNodeSet()
           
 

Constructors in org.apache.commons.jxpath.ri.axes with parameters of type NodeSet
NodeSetContext(EvalContext parentContext, NodeSet nodeSet)
          Create a new NodeSetContext.
 

Uses of NodeSet in org.apache.commons.jxpath.ri.model
 

Methods in org.apache.commons.jxpath.ri.model that return NodeSet
 NodeSet NodePointer.getNodeSetByKey(JXPathContext context, String key, Object value)
          Find a NodeSet by key/value.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.