|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.SequenceWriter
com.saxonica.extra.SequenceExchanger.SequencePusher
public static class SequenceExchanger.SequencePusher
A SequenceReceiver that accepts a sequence of events and writes them to a Conduit
Field Summary |
---|
Fields inherited from class net.sf.saxon.event.SequenceReceiver |
---|
pipelineConfiguration, previousAtomic, systemId |
Fields inherited from interface javax.xml.transform.Result |
---|
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
---|---|
SequenceExchanger.SequencePusher(com.saxonica.extra.Conduit si)
Create a SequencePusher |
Method Summary | |
---|---|
void |
close()
Close the output |
com.saxonica.extra.Conduit |
getConduit()
Get the Conduit to which the events are written |
void |
write(Item item)
Output one item in the sequence. |
Methods inherited from class net.sf.saxon.event.SequenceWriter |
---|
adviseReuse, append, attribute, characters, comment, endDocument, endElement, namespace, processingInstruction, startContent, startDocument, startElement |
Methods inherited from class net.sf.saxon.event.SequenceReceiver |
---|
getConfiguration, getNamePool, getPipelineConfiguration, getSystemId, open, setPipelineConfiguration, setSystemId, setUnparsedEntity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequenceExchanger.SequencePusher(com.saxonica.extra.Conduit si)
si
- the Conduit to which the events are to be writtenMethod Detail |
---|
public com.saxonica.extra.Conduit getConduit()
public void write(Item item) throws XPathException
write
in class SequenceWriter
item
- the item to be written to the sequence
XPathException
public void close() throws XPathException
close
in interface Receiver
close
in class SequenceWriter
XPathException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |