net.aerith.misao.io
Class PxfWriter

java.lang.Object
  |
  +--net.aerith.misao.io.PxfWriter

public class PxfWriter
extends java.lang.Object

The PxfWriter represents a writer to save the examination result into a PXF file.


Inner Class Summary
protected  class PxfWriter.ItemSet
          The ItemSet is a set of the item key and the item value.
 
Field Summary
(package private)  XmlReport report
          The XML document of the examination result.
 
Constructor Summary
PxfWriter(XmlReport report)
          Constructs a PxfWriter of the specified XML document of the examination result.
 
Method Summary
 void write(java.io.PrintWriter out)
          Writes the XML document to the specified writer.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

report

XmlReport report
The XML document of the examination result.
Constructor Detail

PxfWriter

public PxfWriter(XmlReport report)
Constructs a PxfWriter of the specified XML document of the examination result.
Parameters:
report - the XML document of the examination result.
Method Detail

write

public void write(java.io.PrintWriter out)
           throws java.io.IOException
Writes the XML document to the specified writer.
Parameters:
out - the writer.
Throws:
java.io.IOException - if I/O error occurs.