public interface DOMSerializer
Modifier and Type | Method and Description |
---|---|
void |
serialize(Document doc)
Deprecated.
Serializes the DOM document.
|
void |
serialize(DocumentFragment frag)
Deprecated.
Serializes the DOM document fragment.
|
void |
serialize(Element elem)
Deprecated.
Serialized the DOM element.
|
void serialize(Element elem) throws IOException
elem
- The element to serializeIOException
- An I/O exception occured while
serializingvoid serialize(Document doc) throws IOException
doc
- The document to serializeIOException
- An I/O exception occured while
serializingvoid serialize(DocumentFragment frag) throws IOException
frag
- The document fragment to serializeIOException
- An I/O exception occured while
serializingCopyright © 2017 JBoss by Red Hat. All rights reserved.