Methods Summary |
---|
public void | serialize(org.w3c.dom.Element elem)Serialized the DOM element. Throws an exception only if
an I/O exception occured while serializing.
|
public void | serialize(org.w3c.dom.Document doc)Serializes the DOM document. Throws an exception only if
an I/O exception occured while serializing.
|
public void | serialize(org.w3c.dom.DocumentFragment frag)Serializes the DOM document fragment. Throws an exception
only if an I/O exception occured while serializing.
|