net.sf.vcard4j.util
Class DomUtil

java.lang.Object
  extended bynet.sf.vcard4j.util.DomUtil

public class DomUtil
extends java.lang.Object


Constructor Summary
DomUtil()
           
 
Method Summary
static org.apache.xml.serialize.OutputFormat getFormat(org.w3c.dom.Document document)
           
static void println(org.w3c.dom.Node node, java.io.OutputStream out)
           
static void println(org.w3c.dom.Node node, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomUtil

public DomUtil()
Method Detail

println

public static void println(org.w3c.dom.Node node,
                           java.io.OutputStream out)

getFormat

public static org.apache.xml.serialize.OutputFormat getFormat(org.w3c.dom.Document document)

println

public static void println(org.w3c.dom.Node node,
                           java.io.PrintWriter out)