OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnionChildIterator
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionChildIterator.java
19
* $Id:
UnionChildIterator
.java 468655 2006-10-28 07:12:06Z minchau $
33
public class
UnionChildIterator
extends ChildTestIterator
45
* Constructor for
UnionChildIterator
47
public
UnionChildIterator
()
UnionPathIterator.java
183
// then see if I can reduce it to a
UnionChildIterator
. It would obviously
184
// be more effecient to just test for the conditions for a
UnionChildIterator
,
210
UnionChildIterator
uci = new
UnionChildIterator
();
Completed in 229 milliseconds