|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.io.PxfWriter
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 |
|
| Field Detail |
XmlReport report
| Constructor Detail |
public PxfWriter(XmlReport report)
PxfWriter of the specified XML
document of the examination result.report - the XML document of the examination result.| Method Detail |
public void write(java.io.PrintWriter out)
throws java.io.IOException
out - the writer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||