Package org.apache.xalan.serialize

Interface Summary
DOMSerializer Interface for a DOM serializer implementation.
Serializer The Serializer interface is implemented by Serializers to publish methods to get and set streams and writers, to set the output properties, and get the Serializer as a ContentHandler or DOMSerializer.
 

Class Summary
CharInfo This class provides services that tell if a character should have special treatement, such as entity reference substitution or normalization of a newline character.
ElemDesc This class is in support of SerializerToHTML, and acts as a sort of element representative for HTML elements.
EncodingInfo Holds information about a given encoding.
Encodings Provides information about encodings.
Method Names of the four default output methods.
SerializerFactory Factory for creating serializers.
SerializerToHTML SerializerToHTML formats SAX-style events into XML.
SerializerToText This class takes SAX events (in addition to some extra events that SAX doesn't handle yet) and produces simple text only.
SerializerToXML SerializerToXML formats SAX-style events into XML.
WriterToASCI This class writes ASCII to a byte stream as quickly as possible.
WriterToUTF8 This class writes ASCII to a byte stream as quickly as possible.
WriterToUTF8Buffered This class writes ASCII to a byte stream as quickly as possible.