com.evelopers.unimod.transform.xml
Class XMLHelper

java.lang.Object
  extended bycom.evelopers.unimod.transform.xml.XMLHelper

public class XMLHelper
extends java.lang.Object

XML Helper. Has method to save XML-DOM to stream.


Constructor Summary
XMLHelper()
           
 
Method Summary
static void addIndents(org.w3c.dom.Document document)
           
static void save(org.w3c.dom.Document d, java.io.OutputStream out, java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLHelper

public XMLHelper()
Method Detail

save

public static void save(org.w3c.dom.Document d,
                        java.io.OutputStream out,
                        java.lang.String publicId,
                        java.lang.String systemId)
                 throws TransformException
Throws:
TransformException

addIndents

public static void addIndents(org.w3c.dom.Document document)