net.sf.saxon.event
public abstract class SequenceReceiver extends Object implements Receiver
| Field Summary | |
|---|---|
| protected PipelineConfiguration | pipelineConfiguration |
| protected boolean | previousAtomic |
| Constructor Summary | |
|---|---|
| SequenceReceiver() | |
| Method Summary | |
|---|---|
| void | append(Item item, int locationId, int copyNamespaces)
Output an item (atomic value or node) to the sequence |
| Configuration | getConfiguration() |
| NamePool | getNamePool()
Get the name pool |
| PipelineConfiguration | getPipelineConfiguration() |
| String | getSystemId() |
| void | open()
Start the output process |
| void | setPipelineConfiguration(PipelineConfiguration pipelineConfiguration) |
| void | setSystemId(String systemId) |
| void | setUnparsedEntity(String name, String systemId, String publicId) |
Returns: the Name Pool that was supplied using the setConfiguration() method