286N/A<!--
286N/A * reserved comment block
286N/A * DO NOT REMOVE OR ALTER!
286N/A-->
286N/A<!--
286N/A * Copyright 2003-2004 The Apache Software Foundation.
286N/A *
286N/A * Licensed under the Apache License, Version 2.0 (the "License");
286N/A * you may not use this file except in compliance with the License.
286N/A * You may obtain a copy of the License at
286N/A *
286N/A * http://www.apache.org/licenses/LICENSE-2.0
286N/A *
286N/A * Unless required by applicable law or agreed to in writing, software
286N/A * distributed under the License is distributed on an "AS IS" BASIS,
286N/A * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
286N/A * See the License for the specific language governing permissions and
286N/A * limitations under the License.
286N/A-->
286N/A<!-- $Id: package.html,v 1.2.4.1 2005/09/15 08:15:34 suresh_emailid Exp $ -->
286N/A<html>
286N/A <title>Xalan Serializer Package.</title>
286N/A <body>
286N/A <p>Processes SAX events into streams.</p>
286N/A
286N/A <p>The {@link com.sun.org.apache.xml.internal.serializer.SerializerFactory} is used to
286N/A create a {@link com.sun.org.apache.xml.internal.serializer.Serializer} from a set of
286N/A output properties (see {@link javax.xml.transform.OutputKeys}).</p>
286N/A <p>{@link com.sun.org.apache.xml.internal.serializer.ToStream} acts as the main
286N/A baseclass for the Xalan serializer implementations.
286N/A {@link com.sun.org.apache.xml.internal.serializer.ToHTMLStream} derives from this
286N/A to implement HTML serialization.
286N/A {@link com.sun.org.apache.xml.internal.serializer.ToTextStream}
286N/A implements plain text serialization.
286N/A {@link com.sun.org.apache.xml.internal.serializer.ToXMLStream}
286N/A implements XML serialization.
286N/A </p>
286N/A <p>XML mapping from characters to entity references is defined in
286N/A XMLEntities.res. HTML entity reference mapping is defined in HTMLEntities.res.
286N/A </p>
286N/A <p>Encoding information is defined in {@link com.sun.org.apache.xml.internal.serializer.Encodings}.</p>
286N/A </body>
286N/A</html>
286N/A
286N/A