com.irisel.util
Class DOMWriter

java.lang.Object
  extended by com.irisel.util.DOMWriter

public class DOMWriter
extends java.lang.Object

DOMWriter generates XML text from a DOM Document


Constructor Summary
DOMWriter(org.w3c.dom.Document document)
           
 
Method Summary
 java.lang.String getText()
          Returns the XML text for the DOM
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMWriter

public DOMWriter(org.w3c.dom.Document document)
Method Detail

getText

public java.lang.String getText()
Returns the XML text for the DOM