groovy.xml.dom
Class DOMUtil

java.lang.Object
  extended by groovy.xml.dom.DOMUtil

public class DOMUtil
extends java.lang.Object


Constructor Summary
DOMUtil()
           
 
Method Summary
static java.lang.String serialize(org.w3c.dom.Element element)
           
static void serialize(org.w3c.dom.Element element, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtil

public DOMUtil()
Method Detail

serialize

public static java.lang.String serialize(org.w3c.dom.Element element)

serialize

public static void serialize(org.w3c.dom.Element element,
                             java.io.OutputStream os)

Copyright © 2003-2008 The Codehaus. All rights reserved.