|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jclark.xsl.expr.MergeNodeIterator
does some sort of sort/merge on NodeIterators, I think
| Constructor Summary | |
(package private) |
MergeNodeIterator(NodeIterator[] iters,
int length)
construct with an array of iterators |
| Method Summary | |
Node |
next()
finds and returns the next node (in document(s) order?) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
MergeNodeIterator(NodeIterator[] iters,
int length)
throws XSLException
length - the number of slots in the array
which really have NodeIterators for us| Method Detail |
public Node next()
throws XSLException
next in interface NodeIteratorXSLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||