Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize.OutputFormat
-
Packages that use OutputFormat Package Description org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize -
-
Uses of OutputFormat in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize declared as OutputFormat Modifier and Type Field Description protected OutputFormatBaseMarkupSerializer. _formatDeprecated.The output format associated with this serializer.protected OutputFormatPrinter. _formatDeprecated.The output format associated with this serializer.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize with parameters of type OutputFormat 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.voidBaseMarkupSerializer. setOutputFormat(OutputFormat format)Deprecated.voidHTMLSerializer. setOutputFormat(OutputFormat format)Deprecated.voidSerializer. setOutputFormat(OutputFormat format)Deprecated.Specifies an output format for this serializer.voidTextSerializer. setOutputFormat(OutputFormat format)Deprecated.voidXHTMLSerializer. setOutputFormat(OutputFormat format)Deprecated.voidXMLSerializer. setOutputFormat(OutputFormat format)Deprecated.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize with parameters of type OutputFormat Constructor Description BaseMarkupSerializer(OutputFormat format)Deprecated.Protected constructor can only be used by derived class.HTMLSerializer(boolean xhtml, OutputFormat format)Deprecated.Constructs a new HTML/XHTML serializer depending on the value of xhtml.HTMLSerializer(OutputStream output, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.HTMLSerializer(Writer writer, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.HTMLSerializer(OutputFormat format)Deprecated.Constructs a new serializer.IndentPrinter(Writer writer, OutputFormat format)Deprecated.Printer(Writer writer, OutputFormat format)Deprecated.XHTMLSerializer(OutputStream output, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.XHTMLSerializer(Writer writer, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.XHTMLSerializer(OutputFormat format)Deprecated.Constructs a new serializer.XML11Serializer(OutputStream output, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.XML11Serializer(Writer writer, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.XML11Serializer(OutputFormat format)Deprecated.Constructs a new serializer.XMLSerializer(OutputStream output, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified output stream using the specified output format.XMLSerializer(Writer writer, OutputFormat format)Deprecated.Constructs a new serializer that writes to the specified writer using the specified output format.XMLSerializer(OutputFormat format)Deprecated.Constructs a new serializer.
-