Package | Description |
---|---|
org.apache.xml.serialize |
Modifier and Type | Class and Description |
---|---|
class |
BaseMarkupSerializer
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
class |
HTMLSerializer
Deprecated.
This class was deprecated in Xerces 2.6.2. It is
recommended that new applications use JAXP's Transformation API
for XML (TrAX) for serializing HTML. See the Xerces documentation
for more information.
|
class |
TextSerializer
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more
information.
|
class |
XHTMLSerializer
Deprecated.
This class was deprecated in Xerces 2.6.2. It is
recommended that new applications use JAXP's Transformation API
for XML (TrAX) for serializing XHTML. See the Xerces documentation
for more information.
|
class |
XML11Serializer
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
class |
XMLSerializer
Deprecated.
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
Modifier and Type | Method and Description |
---|---|
abstract Serializer |
SerializerFactory.makeSerializer(OutputFormat format)
Deprecated.
Create a new serializer based on the
OutputFormat . |
abstract Serializer |
SerializerFactory.makeSerializer(OutputStream output,
OutputFormat format)
Deprecated.
Create a new serializer, based on the
OutputFormat and
using the output byte stream and the encoding specified in the
output format. |
abstract Serializer |
SerializerFactory.makeSerializer(Writer writer,
OutputFormat format)
Deprecated.
Create a new serializer, based on the
OutputFormat and
using the writer as the output character stream. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.