public interface DOMSerializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Document doc)
Serializes the DOM document.
|
void |
serialize(DocumentFragment frag)
Serializes the DOM document fragment.
|
void |
serialize(Element elem)
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 © 2010 - 2020 Adobe. All Rights Reserved