public static class AtomicSequenceConverter.AtomicSequenceMappingFunction extends java.lang.Object implements ItemMappingFunction
Modifier and Type | Field and Description |
---|---|
BuiltInAtomicType |
requiredPrimitiveType |
ConversionRules |
rules |
Constructor and Description |
---|
AtomicSequenceMappingFunction() |
Modifier and Type | Method and Description |
---|---|
Item |
mapItem(Item item)
Map one item to another item.
|
public ConversionRules rules
public BuiltInAtomicType requiredPrimitiveType
public Item mapItem(Item item) throws XPathException
ItemMappingFunction
mapItem
in interface ItemMappingFunction
item
- The input item to be mapped.XPathException