public abstract class CompiledContextMappingFunction extends java.lang.Object implements ContextMappingFunction
Constructor and Description |
---|
CompiledContextMappingFunction() |
Modifier and Type | Method and Description |
---|---|
abstract SequenceIterator |
map(XPathContext context)
Map one item to a sequence.
|
public abstract SequenceIterator map(XPathContext context) throws XPathException
ContextMappingFunction
map
in interface ContextMappingFunction
context
- The processing context. The item to be mapped is the context item identified
from this context: the values of position() and last() also relate to the set of items being mappedXPathException
- if a dynamic error is detectedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.