javax.xml.transform.Result, ReceiverComplexContentOutputter, ProxyReceiver, SequenceWrapper, SequenceWriter, TeeOutputter, TreeReceiverpublic abstract class SequenceReceiver extends java.lang.Object implements Receiver
| Modifier and Type | Field | Description |
|---|---|---|
protected PipelineConfiguration |
pipelineConfiguration |
|
protected boolean |
previousAtomic |
|
protected java.lang.String |
systemId |
| Constructor | Description |
|---|---|
SequenceReceiver() |
| Modifier and Type | Method | Description |
|---|---|---|
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() |
Get the pipeline configuration
|
java.lang.String |
getSystemId() |
Get the system ID
|
void |
open() |
Start the output process
|
void |
setPipelineConfiguration(PipelineConfiguration pipelineConfiguration) |
Set the pipeline configuration
|
void |
setSystemId(java.lang.String systemId) |
Set the system ID
|
void |
setUnparsedEntity(java.lang.String name,
java.lang.String systemId,
java.lang.String publicId) |
Notify an unparsed entity URI.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattribute, characters, close, comment, endDocument, endElement, namespace, processingInstruction, startContent, startDocument, startElementprotected boolean previousAtomic
protected PipelineConfiguration pipelineConfiguration
protected java.lang.String systemId
public PipelineConfiguration getPipelineConfiguration()
ReceivergetPipelineConfiguration in interface Receiverpublic void setPipelineConfiguration(PipelineConfiguration pipelineConfiguration)
ReceiversetPipelineConfiguration in interface Receiverpublic Configuration getConfiguration()
public void setSystemId(java.lang.String systemId)
setSystemId in interface ReceiversetSystemId in interface javax.xml.transform.ResultsystemId - the URI used to identify the tree being passed across this interfacepublic java.lang.String getSystemId()
getSystemId in interface javax.xml.transform.Resultpublic void setUnparsedEntity(java.lang.String name,
java.lang.String systemId,
java.lang.String publicId)
throws XPathException
ReceiversetUnparsedEntity in interface Receivername - The name of the unparsed entitysystemId - The system identifier of the unparsed entitypublicId - The public identifier of the unparsed entityXPathExceptionpublic void open()
throws XPathException
open in interface ReceiverXPathExceptionpublic void append(Item item, int locationId, int copyNamespaces) throws XPathException
XPathExceptionpublic NamePool getNamePool()