EventMappingFunction
protected static class ForExpression.EventMappingAction extends java.lang.Object implements EventMappingFunction
Constructor | Description |
---|---|
EventMappingAction(XPathContext context,
int slotNumber,
PositionVariable positionBinding,
Expression action) |
Modifier and Type | Method | Description |
---|---|---|
EventIterator |
map(Item item) |
Map one item to a sequence of pull events.
|
public EventMappingAction(XPathContext context, int slotNumber, PositionVariable positionBinding, Expression action)
public EventIterator map(Item item) throws XPathException
EventMappingFunction
map
in interface EventMappingFunction
item
- The item to be mapped.XPathException