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

jdk8u.jaxp.org.apache.xml.external.serializer.package.html Maven / Gradle / Ivy

The newest version!




  Xalan Serializer Package.
  
    

Processes SAX events into streams.

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

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy