net.sf.saxon.functions

Class IndexOf

public class IndexOf extends CollatingFunction

The XPath 2.0 index-of() function
Nested Class Summary
static classIndexOf.IndexIterator
Iterator to return the index positions of selected items in a sequence
Method Summary
SequenceIteratoriterate(XPathContext context)
Evaluate the function to return an iteration of selected nodes.

Method Detail

iterate

public SequenceIterator iterate(XPathContext context)
Evaluate the function to return an iteration of selected nodes.