Searched refs:NodeSequence (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DNodeSequence.java21 * $Id: NodeSequence.java,v 1.6 2007/01/12 19:26:42 spericas Exp $
40 public class NodeSequence extends XObject class in inherits:XObject,DTMIterator,Cloneable,PathComponent
59 * Multiple NodeSequence objects may share the same cache.
102 * If this NodeSequence has a cache, and that cache is
117 * If this NodeSequence has a cache, mark that it is complete.
160 * Create a new NodeSequence from a (already cloned) iterator.
167 private NodeSequence(DTMIterator iter, int context, XPathContext xctxt, boolean shouldCacheNodes) method in class:NodeSequence
175 * Create a new NodeSequence from a (already cloned) iterator.
179 public NodeSequence(Object nodeVector) method in class:NodeSequence
188 "Must have a NodeVector as the object for NodeSequence!");
202 private NodeSequence(DTMManager dtmMgr) method in class:NodeSequence
213 public NodeSequence() method in class:NodeSequence
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java30 import com.sun.org.apache.xpath.internal.axes.NodeSequence;
40 public class XNodeSet extends NodeSequence

Completed in 434 milliseconds