Package org.apache.xalan.serialize

Processes SAX events into streams.

See:
          Description

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.
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.
 

Package org.apache.xalan.serialize Description

Processes SAX events into streams.

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

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



Copyright © 2002 Apache XML Project. All Rights Reserved.