|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.expr.MergeNodeIterator
class MergeNodeIterator
does some sort of sort/merge on NodeIterators, I think
Constructor Summary | |
---|---|
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
XSLException
Method Detail |
---|
public Node next() throws XSLException
next
in interface NodeIterator
XSLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |