groovy.xml.dom
public class DOMUtil extends Object
| Constructor and Description |
|---|
DOMUtil() |
public static String serialize(Element element)
element - the element to serializepublic static void serialize(Element element, OutputStream os)
element - the element to serializeos - the outputstream to write to