net.sf.saxon.expr
public interface MappingFunction
Method Summary | |
---|---|
SequenceIterator | map(Item item)
Map one item to a sequence. |
Parameters: item The item to be mapped.
Returns: one of the following: (a) a SequenceIterator over the sequence of items that the supplied input item maps to, or (b) null if it maps to an empty sequence.