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