MappingFunction<Item,AtomicValue>
public static class Atomizer.AtomizingFunction extends java.lang.Object implements MappingFunction<Item,AtomicValue>
Modifier and Type | Method | Description |
---|---|---|
static Atomizer.AtomizingFunction |
getInstance() |
Get the singleton instance
|
SequenceIterator<AtomicValue> |
map(Item item) |
Map one item to a sequence.
|
public static Atomizer.AtomizingFunction getInstance()
public SequenceIterator<AtomicValue> map(Item item) throws XPathException
MappingFunction
map
in interface MappingFunction<Item,AtomicValue>
item
- The item to be mapped.XPathException
- if a dynamic error occurs