All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sun.org.apache.xml.internal.serializer.package.html Maven / Gradle / Ivy

The newest version!



  Xalan Serializer Package.
  
    

Processes SAX events into streams.

The {@link com.sun.org.apache.xml.internal.serializer.SerializerFactory} is used to create a {@link com.sun.org.apache.xml.internal.serializer.Serializer} from a set of output properties (see {@link javax.xml.transform.OutputKeys}).

{@link com.sun.org.apache.xml.internal.serializer.ToStream} acts as the main baseclass for the Xalan serializer implementations. {@link com.sun.org.apache.xml.internal.serializer.ToHTMLStream} derives from this to implement HTML serialization. {@link com.sun.org.apache.xml.internal.serializer.ToTextStream} implements plain text serialization. {@link com.sun.org.apache.xml.internal.serializer.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 {@link com.sun.org.apache.xml.internal.serializer.Encodings}.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy