protected static class ForExpression.EventMappingAction extends Object implements EventMappingFunction
| Constructor and Description |
|---|
EventMappingAction(XPathContext context,
int slotNumber,
Expression action) |
| Modifier and Type | Method and Description |
|---|---|
EventIterator |
map(Item item)
Map one item to a sequence of pull events.
|
public EventMappingAction(XPathContext context, int slotNumber, Expression action)
public EventIterator map(Item item) throws XPathException
EventMappingFunctionmap in interface EventMappingFunctionitem - The item to be mapped.XPathExceptionCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.