Package net.sf.saxon.event
Interface ReceiverWithOutputProperties
-
- All Known Implementing Classes:
AdaptiveEmitter,Emitter,HTML40Emitter,HTML50Emitter,HTMLEmitter,JSONSerializer,MessageEmitter,MessageWarner,TEXTEmitter,XHTML1Emitter,XHTML5Emitter,XMLEmitter
public interface ReceiverWithOutputProperties extends Receiver
Marker interface attached to aOutputterthat retains serialization properties (typically, a Receiver that forms part of the serialization pipeline).
-
-
Field Summary
-
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetOutputProperties()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, setUnparsedEntity, startDocument, startElement, usesTypeAnnotations
-
Methods inherited from interface javax.xml.transform.Result
getSystemId, setSystemId
-
-
-
-
Method Detail
-
getOutputProperties
Properties getOutputProperties()
Get the serialization properties maintained by thisReceiver- Returns:
- the serialization properties
-
-