org.apache.xalan.xsltc.dom
Class FilteredStepIterator
java.lang.Object
org.apache.xml.dtm.ref.DTMAxisIteratorBase
org.apache.xalan.xsltc.dom.StepIterator
org.apache.xalan.xsltc.dom.FilteredStepIterator
- All Implemented Interfaces:
- Cloneable, DTMAxisIterator
- public final class FilteredStepIterator
- extends StepIterator
Extends a StepIterator by adding the ability to filter nodes. It
uses filters similar to those of a FilterIterator.
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen, Morten Jorgensen
Method Summary |
int |
next()
Get the next node in the iteration. |
FilteredStepIterator
public FilteredStepIterator(DTMAxisIterator source,
DTMAxisIterator iterator,
Filter filter)
next
public int next()
- Description copied from interface:
DTMAxisIterator
- Get the next node in the iteration.
- Specified by:
next
in interface DTMAxisIterator
- Overrides:
next
in class StepIterator
Copyright ? 2004 Apache XML Project. All Rights Reserved.