Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize.Serializer
-
Packages that use Serializer Package Description org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize -
-
Uses of Serializer in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize that implement Serializer Modifier and Type Class Description classBaseMarkupSerializerDeprecated.This class was deprecated in Xerces 2.9.0.classHTMLSerializerDeprecated.This class was deprecated in Xerces 2.6.2.classTextSerializerDeprecated.This class was deprecated in Xerces 2.9.0.classXHTMLSerializerDeprecated.This class was deprecated in Xerces 2.6.2.classXML11SerializerDeprecated.This class was deprecated in Xerces 2.9.0.classXMLSerializerDeprecated.This class was deprecated in Xerces 2.9.0.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize that return Serializer Modifier and Type Method Description abstract SerializerSerializerFactory. makeSerializer(OutputStream output, OutputFormat format)Deprecated.Create a new serializer, based on theOutputFormatand using the output byte stream and the encoding specified in the output format.abstract SerializerSerializerFactory. makeSerializer(Writer writer, OutputFormat format)Deprecated.Create a new serializer, based on theOutputFormatand using the writer as the output character stream.abstract SerializerSerializerFactory. makeSerializer(OutputFormat format)Deprecated.Create a new serializer based on theOutputFormat.
-