| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xml.external.serialize |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseMarkupSerializer
Base class for a serializer supporting both DOM and SAX pretty
serializing of XML/HTML/XHTML documents.
|
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
Implements a text serializer supporting both DOM and SAX
serializing.
|
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
Implements an XML serializer supporting both DOM and SAX pretty
serializing.
|
class |
XMLSerializer
Implements an XML serializer supporting both DOM and SAX pretty
serializing.
|
| Modifier and Type | Method and Description |
|---|---|
DOMSerializer |
BaseMarkupSerializer.asDOMSerializer() |
DOMSerializer |
Serializer.asDOMSerializer()
Return a
DOMSerializer interface into this serializer. |
Copyright © 2018–2021 mhoffrogge. All rights reserved.