public static class AtomicSequenceConverter.ToStringMappingFunction extends java.lang.Object implements ItemMappingFunction<Item,StringValue>
Constructor and Description |
---|
AtomicSequenceConverter.ToStringMappingFunction() |
Modifier and Type | Method and Description |
---|---|
StringValue |
mapItem(Item item)
Map one item to another item.
|
public AtomicSequenceConverter.ToStringMappingFunction()
public StringValue mapItem(Item item) throws XPathException
ItemMappingFunction
mapItem
in interface ItemMappingFunction<Item,StringValue>
item
- The input item to be mapped.XPathException
- if a dynamic error occurs