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