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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DUnionChildIterator.java21 * $Id: UnionChildIterator.java,v 1.2.4.1 2005/09/14 19:45:20 jeffsuttor Exp $
35 public class UnionChildIterator extends ChildTestIterator class in inherits:ChildTestIterator
47 * Constructor for UnionChildIterator
49 public UnionChildIterator() method in class:UnionChildIterator
H A DUnionPathIterator.java185 // then see if I can reduce it to a UnionChildIterator. It would obviously
186 // be more effecient to just test for the conditions for a UnionChildIterator,
212 UnionChildIterator uci = new UnionChildIterator();

Completed in 30 milliseconds