org.owasp.webscarab.plugin.webservice
Class DOMWriter

java.lang.Object
  extended by org.owasp.webscarab.plugin.webservice.DOMWriter

public class DOMWriter
extends java.lang.Object

Author:
rdawes

Constructor Summary
DOMWriter()
          Creates a new instance of DOMWriter
 
Method Summary
 void write(java.io.Writer writer, org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMWriter

public DOMWriter()
Creates a new instance of DOMWriter

Method Detail

write

public void write(java.io.Writer writer,
                  org.w3c.dom.Document document)
           throws java.io.IOException
Throws:
java.io.IOException