| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.xml.dom.DOMUtil
public class DOMUtil extends Object
| Method Summary | |
|---|---|
            static String
         | 
        
            serialize(org.w3c.dom.Element element)
            Return a pretty version of the Element.  | 
        
            static void
         | 
        
            serialize(org.w3c.dom.Element element, OutputStream os)
            Write a pretty version of the Element to the OutputStream.  | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Method Detail | 
|---|
public static String serialize(org.w3c.dom.Element element)
element -  the element to serialize
public static void serialize(org.w3c.dom.Element element, OutputStream os)
element -  the element to serializeos -  the outputstream to write to
Copyright © 2003-2010 The Codehaus. All rights reserved.