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