org.apache.xalan.xsltc.dom
Class SortingIterator

java.lang.Object
  |
  +--org.apache.xalan.xsltc.dom.NodeIteratorBase
        |
        +--org.apache.xalan.xsltc.dom.SortingIterator

public final class SortingIterator
extends NodeIteratorBase


Constructor Summary
SortingIterator(NodeIterator source, NodeSortRecordFactory factory)
           
 
Method Summary
 int getLast()
           
 int getPosition()
           
 void gotoMark()
           
 int next()
           
 void setMark()
           
 NodeIterator setStartNode(int node)
           
 
Methods inherited from class org.apache.xalan.xsltc.dom.NodeIteratorBase
cloneIterator, includeSelf, isReverse, reset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortingIterator

public SortingIterator(NodeIterator source,
                       NodeSortRecordFactory factory)
Method Detail

next

public int next()

setStartNode

public NodeIterator setStartNode(int node)

getPosition

public int getPosition()
Overrides:
getPosition in class NodeIteratorBase

getLast

public int getLast()
Overrides:
getLast in class NodeIteratorBase

setMark

public void setMark()

gotoMark

public void gotoMark()


Copyright © 2000 Apache XML Project. All Rights Reserved.