public abstract class CompiledAxisMappingFunction extends java.lang.Object implements MappingFunction<NodeInfo,NodeInfo>
Constructor and Description |
---|
CompiledAxisMappingFunction() |
Modifier and Type | Method and Description |
---|---|
abstract AxisIterator |
map(NodeInfo origin)
Map one item to a sequence.
|
public abstract AxisIterator map(NodeInfo origin) throws XPathException
MappingFunction
map
in interface MappingFunction<NodeInfo,NodeInfo>
origin
- The item to be mapped.XPathException
- if a dynamic error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.