|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.expr.Atomizer.AtomizingFunction
Implement the mapping function. This is stateless, so there is a singleton instance.
Method Summary | |
static SequenceIterator |
getAtomizingIterator(SequenceIterator base)
|
static Atomizer.AtomizingFunction |
getInstance()
Get the singleton instance |
java.lang.Object |
map(Item item,
XPathContext context)
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 static SequenceIterator getAtomizingIterator(SequenceIterator base)
public java.lang.Object map(Item item, XPathContext context) throws XPathException
MappingFunction
map
in interface MappingFunction
item
- The item to be mapped.
If context is supplied, this must be the same as context.currentItem().context
- The processing context. Some mapping functions use this because they require
context information. Some mapping functions modify the context by maintaining the context item
and position. In other cases, the context may be null.
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |