org.jsurveylib.io
Class XMLResultWriter

java.lang.Object
  extended by org.jsurveylib.io.XMLResultWriter
All Implemented Interfaces:
ResultWriter

public class XMLResultWriter
extends java.lang.Object
implements ResultWriter

FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan

Since:
7.10.4
Author:
Daniel Kaplan

Field Summary
static java.lang.String XSD_LOCATION
           
 
Constructor Summary
XMLResultWriter(java.io.File configFile)
           
XMLResultWriter(java.io.Writer writer)
           
 
Method Summary
 void write(Survey survey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSD_LOCATION

public static final java.lang.String XSD_LOCATION
See Also:
Constant Field Values
Constructor Detail

XMLResultWriter

public XMLResultWriter(java.io.Writer writer)

XMLResultWriter

public XMLResultWriter(java.io.File configFile)
                throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

write

public void write(Survey survey)
Specified by:
write in interface ResultWriter