net.sf.saxon.expr
public interface MappingFunction
Modifier and Type | Method and Description |
---|---|
SequenceIterator |
map(Item item)
Map one item to a sequence.
|
SequenceIterator map(Item item) throws XPathException
item
- The item to be mapped.XPathException