org.apache.xml.serialize
public interface DOMSerializer
Version: $Revision: 1.5 $ $Date: 2004/02/24 23:34:03 $
Method Summary | |
---|---|
void | serialize(Element elem)
Serialized the DOM element. |
void | serialize(Document doc)
Serializes the DOM document. |
void | serialize(DocumentFragment frag)
Serializes the DOM document fragment. |
Parameters: elem The element to serialize
Throws: IOException An I/O exception occured while serializing
Parameters: doc The document to serialize
Throws: IOException An I/O exception occured while serializing
Parameters: frag The document fragment to serialize
Throws: IOException An I/O exception occured while serializing