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

org.ajax4jsf.xml.serializer.package.html Maven / Gradle / Ivy

Go to download

Ajax4jsf is an open source extension to the JavaServer Faces standard that adds AJAX capability to JSF applications without requiring the writing of any JavaScript.

The newest version!



  Xalan Serializer Package.
  
    

Processes SAX events into streams.

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

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy