Library:Apache Xalan 2.7.0  
Package
org.apache.xml.serializer
Overview
Members
Books
SinceNot specified.
VersionNot specified.
AuthorNot specified.

Processes SAX events into streams.

The SerializerFactory is used to create a Serializer from a set of output properties (see OutputKeys ).

ToStream acts as the main baseclass for the Xalan serializer implementations. ToHTMLStream derives from this to implement HTML serialization. ToTextStream implements plain text serialization. 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 Encodings .

Wiki javadoc Use textile entry format.
Add your comments here.