Processes SAX events into streams.

The {@link org.apache.xml.serializer.SerializerFactory} is used to create a {@link org.apache.xml.serializer.Serializer} from a set of output properties (see {@link javax.xml.transform.OutputKeys}).

{@link org.apache.xml.serializer.ToStream} acts as the main baseclass for the Xalan serializer implementations. {@link org.apache.xml.serializer.ToHTMLStream} derives from this to implement HTML serialization. {@link org.apache.xml.serializer.ToTextStream} implements plain text serialization. {@link org.apache.xml.serializer.ToXMLStream} implements XML serialization.

XML mapping from characters to entity references is defined in XMLEntities.res. HTML entity reference mapping is defined in HTMLEntities.res.

Encoding information is defined in {@link org.apache.xml.serializer.Encodings}.