jaxp/src/com/sun/org/apache/xml/internal/serializer/package.html
author joehw
Thu, 07 Jun 2012 13:47:53 -0700
changeset 12902 0a840d92fa30
parent 12457 c348e06f0e82
permissions -rw-r--r--
7151118: Regressions on 7u4 b11 comp. 7u4 b06 on specjvm2008.xml.transform subbenchmark Summary: roll back XalanJ-2271 that caused the regression Reviewed-by: lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
<!--
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
 * reserved comment block
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
 * DO NOT REMOVE OR ALTER!
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
-->
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
<!--
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
 * Copyright 2003-2004 The Apache Software Foundation.
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
 *
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
 * Licensed under the Apache License, Version 2.0 (the "License");
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
 * you may not use this file except in compliance with the License.
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
 * You may obtain a copy of the License at
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
 *
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
 *     http://www.apache.org/licenses/LICENSE-2.0
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
 *
7f561c08de6b Initial load
duke
parents:
diff changeset
    14
 * Unless required by applicable law or agreed to in writing, software
7f561c08de6b Initial load
duke
parents:
diff changeset
    15
 * distributed under the License is distributed on an "AS IS" BASIS,
7f561c08de6b Initial load
duke
parents:
diff changeset
    16
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7f561c08de6b Initial load
duke
parents:
diff changeset
    17
 * See the License for the specific language governing permissions and
7f561c08de6b Initial load
duke
parents:
diff changeset
    18
 * limitations under the License.
7f561c08de6b Initial load
duke
parents:
diff changeset
    19
-->
7f561c08de6b Initial load
duke
parents:
diff changeset
    20
<!-- $Id: package.html,v 1.2.4.1 2005/09/15 08:15:34 suresh_emailid Exp $ -->
7f561c08de6b Initial load
duke
parents:
diff changeset
    21
<html>
7f561c08de6b Initial load
duke
parents:
diff changeset
    22
  <title>Xalan Serializer Package.</title>
7f561c08de6b Initial load
duke
parents:
diff changeset
    23
  <body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    24
    <p>Processes SAX events into streams.</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    25
    
7f561c08de6b Initial load
duke
parents:
diff changeset
    26
    <p>The {@link com.sun.org.apache.xml.internal.serializer.SerializerFactory} is used to 
7f561c08de6b Initial load
duke
parents:
diff changeset
    27
    create a {@link com.sun.org.apache.xml.internal.serializer.Serializer} from a set of 
7f561c08de6b Initial load
duke
parents:
diff changeset
    28
    output properties (see {@link javax.xml.transform.OutputKeys}).</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    29
    <p>{@link com.sun.org.apache.xml.internal.serializer.ToStream} acts as the main 
7f561c08de6b Initial load
duke
parents:
diff changeset
    30
    baseclass for the Xalan serializer implementations.  
7f561c08de6b Initial load
duke
parents:
diff changeset
    31
    {@link com.sun.org.apache.xml.internal.serializer.ToHTMLStream} derives from this 
7f561c08de6b Initial load
duke
parents:
diff changeset
    32
    to implement HTML serialization.  
7f561c08de6b Initial load
duke
parents:
diff changeset
    33
    {@link com.sun.org.apache.xml.internal.serializer.ToTextStream}
7f561c08de6b Initial load
duke
parents:
diff changeset
    34
    implements plain text serialization.
7f561c08de6b Initial load
duke
parents:
diff changeset
    35
    {@link com.sun.org.apache.xml.internal.serializer.ToXMLStream}
7f561c08de6b Initial load
duke
parents:
diff changeset
    36
    implements XML serialization.
7f561c08de6b Initial load
duke
parents:
diff changeset
    37
    </p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    38
    <p>XML mapping from characters to entity references is defined in 
7f561c08de6b Initial load
duke
parents:
diff changeset
    39
    XMLEntities.res.  HTML entity reference mapping is defined in HTMLEntities.res.
7f561c08de6b Initial load
duke
parents:
diff changeset
    40
    </p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    41
    <p>Encoding information is defined in {@link com.sun.org.apache.xml.internal.serializer.Encodings}.</p>
7f561c08de6b Initial load
duke
parents:
diff changeset
    42
 </body>
7f561c08de6b Initial load
duke
parents:
diff changeset
    43
</html>
7f561c08de6b Initial load
duke
parents:
diff changeset
    44
7f561c08de6b Initial load
duke
parents:
diff changeset
    45