Package net.sf.saxon.event
Interface ReceiverWithOutputProperties
-
- All Superinterfaces:
Receiver
,javax.xml.transform.Result
- All Known Implementing Classes:
AdaptiveEmitter
,Base64BinaryEmitter
,BinaryEmitter
,Emitter
,HexBinaryEmitter
,HTML40Emitter
,HTML50Emitter
,HTMLEmitter
,JSONSerializer
,MessageEmitter
,MessageWarner
,TEXTEmitter
,XHTML1Emitter
,XHTML5Emitter
,XMLEmitter
,XQueryEmitter
public interface ReceiverWithOutputProperties extends Receiver
Marker interface attached to aOutputter
that retains serialization properties (typically, a Receiver that forms part of the serialization pipeline).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Properties
getOutputProperties()
Get the serialization properties maintained by thisReceiver
-
Methods inherited from interface net.sf.saxon.event.Receiver
append, append, characters, close, comment, endDocument, endElement, getPipelineConfiguration, handlesAppend, open, processingInstruction, setPipelineConfiguration, setSystemId, setUnparsedEntity, startDocument, startElement, usesTypeAnnotations
-
-