gnu.xquery.util
Class RelativeStepFilter
- Consumer, PositionConsumer
public class RelativeStepFilter
Used to filter the output of RelativeStep.
Atomic values are passed though as-is, while node values are sorted
by document order and duplicates removed. An exception is thrown
if there is a mix of atoms and nodes.
Informally: E1/E2 is implemented as:
RelativeStepFilter(for $dot in E1 return E2).
beforeContent, endAttribute, endDocument, endElement, ignoring, startAttribute, startDocument, startElement, write, write, write, write, writeBoolean, writeDouble, writeFloat, writeInt, writeLong, writeObject |
RelativeStepFilter
public RelativeStepFilter(Consumer base)
finish
public void finish()