net.sf.saxon.evpull
public interface EventMappingFunction
Modifier and Type | Method and Description |
---|---|
EventIterator |
map(Item item)
Map one item to a sequence of pull events.
|
EventIterator map(Item item) throws XPathException
item
- The item to be mapped.XPathException