Class SerializerFactory

java.lang.Object
net.sf.saxon.event.SerializerFactory
All Implemented Interfaces:
Serializable

public class SerializerFactory extends Object implements Serializable
Helper class to construct a serialization pipeline for a given result destination and a given set of output properties. The pipeline is represented by a Receiver object to which result tree events are sent. Since Saxon 8.8 is is possible to write a subclass of SerializerFactory and register it with the Configuration, allowing customisation of the Serializer pipeline. The class includes methods for instantiating each of the components used on the Serialization pipeline. This allows a customized SerializerFactory to replace any or all of these components by subclasses that refine the behaviour.
See Also: