net.sf.saxon.event
Interface SequenceReceiver
- All Superinterfaces:
- Receiver, Result
- All Known Implementing Classes:
- ComplexContentOutputter, Outputter, SequenceChecker, SequenceOutputter, SimpleContentOutputter, TreeReceiver
public interface SequenceReceiver
- extends Receiver
SequenceReceiver: this extension of the Receiver interface is used when processing
a sequence constructor. It differs from the Receiver in allowing items (atomic values or
nodes) to be added to the sequence, not just tree-building events.
Method Summary |
void |
append(Item item)
Output an item (atomic value or node) to the sequence |
Methods inherited from interface net.sf.saxon.event.Receiver |
attribute, characters, comment, endDocument, endElement, getNamePool, namespace, processingInstruction, setDocumentLocator, setNamePool, setSystemId, setUnparsedEntity, startContent, startDocument, startElement |
append
void append(Item item)
throws TransformerException
- Output an item (atomic value or node) to the sequence
- Throws:
TransformerException