public class KeyMappingFunction extends Object implements MappingFunction<AtomicValue,NodeInfo>
Modifier and Type | Field and Description |
---|---|
TreeInfo |
document |
XPathContext |
keyContext |
KeyManager |
keyManager |
KeyDefinitionSet |
keySet |
Constructor and Description |
---|
KeyMappingFunction(XPathContext keyContext,
TreeInfo document,
KeyManager keyManager,
KeyDefinitionSet keySet) |
public XPathContext keyContext
public TreeInfo document
public KeyManager keyManager
public KeyDefinitionSet keySet
public KeyMappingFunction(XPathContext keyContext, TreeInfo document, KeyManager keyManager, KeyDefinitionSet keySet)
public SequenceIterator map(AtomicValue item) throws XPathException
MappingFunction
map
in interface MappingFunction<AtomicValue,NodeInfo>
item
- The item to be mapped.XPathException
- if a dynamic error occursCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.