Class CloseNotifier
java.lang.Object
net.sf.saxon.event.SequenceReceiver
net.sf.saxon.event.ProxyReceiver
net.sf.saxon.event.CloseNotifier
A receiver that performs specified actions when closed
-
Field Summary
Fields inherited from class ProxyReceiver
nextReceiverFields inherited from class SequenceReceiver
pipelineConfiguration, previousAtomic, systemIdFields inherited from interface Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ProxyReceiver
append, characters, comment, endDocument, endElement, getNamePool, getNextReceiver, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startDocument, startElement, usesTypeAnnotationsMethods inherited from class SequenceReceiver
append, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppend
-
Constructor Details
-
CloseNotifier
-
-
Method Details
-
close
End of output. Note that closing this receiver also closes the rest of the pipeline.- Specified by:
closein interfaceReceiver- Overrides:
closein classProxyReceiver- Throws:
XPathException- if an error occurs
-