ForExpression.EventMappingAction
public interface EventMappingFunction
Modifier and Type | Method | 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