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 © 2005-2014 Apache Software Foundation. All Rights Reserved.