net.sf.saxon.functions
Class IndexOf.IndexIterator
java.lang.Object
net.sf.saxon.functions.IndexOf.IndexIterator
- IndexOf
- SequenceIterator
public static class IndexOf.IndexIterator
extends java.lang.Object
Iterator to return the index positions of selected items in a sequence
IndexIterator
public IndexIterator(SequenceIterator base,
AtomicValue value,
GenericAtomicComparer comparer)
Get an iterator returning the index positions of selected items in a sequence
base
- The sequence to be searchedvalue
- The value being soughtcomparer
- Comparer used to determine whether values match
getProperties
public int getProperties()
Get properties of this iterator, as a bit-significant integer.
- getProperties in interface SequenceIterator