uk.org.jcam.writer
Class DocumentWriter

java.lang.Object
  extended by uk.org.jcam.writer.DocumentWriter

public class DocumentWriter
extends java.lang.Object


Constructor Summary
DocumentWriter()
           
 
Method Summary
static void write(java.lang.String filename, org.jdom.Document doc)
          Outputs the Document doc to a file of name filename
static void write(java.lang.String filename, org.jdom.Element elem)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentWriter

public DocumentWriter()
Method Detail

write

public static void write(java.lang.String filename,
                         org.jdom.Document doc)
Outputs the Document doc to a file of name filename

Parameters:
filename -
doc -

write

public static void write(java.lang.String filename,
                         org.jdom.Element elem)