public interface DOMSerializer
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 © 2018 JBoss by Red Hat. All rights reserved.