public static class MergeInstr.MergeKeyMappingFunction extends java.lang.Object implements ContextMappingFunction<ExternalObject<ItemWithMergeKeys>>
| Constructor and Description |
|---|
MergeKeyMappingFunction(XPathContext baseContext,
MergeInstr.MergeSource ms) |
| Modifier and Type | Method and Description |
|---|---|
SequenceIterator<ExternalObject<ItemWithMergeKeys>> |
map(XPathContext context)
Map one item to a sequence.
|
public MergeKeyMappingFunction(XPathContext baseContext, MergeInstr.MergeSource ms)
public SequenceIterator<ExternalObject<ItemWithMergeKeys>> map(XPathContext context) throws XPathException
ContextMappingFunctionmap in interface ContextMappingFunction<ExternalObject<ItemWithMergeKeys>>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-2020 Saxonica Limited. All rights reserved.