org.apache.xalan.xsltc.dom
Class FilteredStepIterator

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

public final class FilteredStepIterator
extends StepIterator


Constructor Summary
FilteredStepIterator(NodeIterator source, NodeIterator iterator, Filter filter)
           
 
Method Summary
 NodeIterator cloneIterator()
           
 int next()
           
 
Methods inherited from class org.apache.xalan.xsltc.dom.StepIterator
gotoMark, reset, setMark, setRestartable, setStartNode
 
Methods inherited from class org.apache.xalan.xsltc.dom.NodeIteratorBase
getLast, getPosition, includeSelf, isReverse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteredStepIterator

public FilteredStepIterator(NodeIterator source,
                            NodeIterator iterator,
                            Filter filter)
Method Detail

cloneIterator

public NodeIterator cloneIterator()
Overrides:
cloneIterator in class StepIterator

next

public int next()
Overrides:
next in class StepIterator


Copyright © 2001 Apache XML Project. All Rights Reserved.