|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.expr.Atomizer.AtomizingFunction
public static class Atomizer.AtomizingFunction
Implement the mapping function. This is stateless, so there is a singleton instance.
Method Summary | |
---|---|
static Atomizer.AtomizingFunction |
getInstance()
Get the singleton instance |
SequenceIterator<AtomicValue> |
map(Item item)
Map one item to a sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |