|
||||||||||
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
Method Summary | |
static SequenceIterator |
getAtomizingIterator(SequenceIterator base)
|
static Atomizer.AtomizingFunction |
getInstance()
|
java.lang.Object |
map(Item item,
XPathContext context,
java.lang.Object info)
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, java.lang.Object info) 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. This is supplied only for mapping constructs that
set the context node, position, and size. Otherwise it is null.info
- Arbitrary information supplied by the creator of the MappingIterator. It must be
read-only and immutable for the duration of the iteration.
XPathException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |