Searched defs:UnionPathIterator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionPathIterator.java21 * $Id: UnionPathIterator.java,v 1.2.4.1 2005/09/14 19:43:25 jeffsuttor Exp $
43 public class UnionPathIterator extends LocPathIterator class in inherits:LocPathIterator,Cloneable,DTMIterator,java.io.Serializable,PathComponent
51 public UnionPathIterator() method in class:UnionPathIterator
147 * Create a UnionPathIterator object, including creation
158 public UnionPathIterator(Compiler compiler, int opPos) method in class:UnionPathIterator
184 // For the moment, I'm going to first create a full UnionPathIterator, and
188 UnionPathIterator upi = new UnionPathIterator(compiler, opPos);
284 UnionPathIterator clone = (UnionPathIterator) supe
[all...]

Completed in 29 milliseconds