|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.xal.model.xml.ProbeXmlWriter
Saves probe instances to an XML file.
| Constructor Summary | |
ProbeXmlWriter()
|
|
| Method Summary | |
static org.w3c.dom.Document |
documentForProbe(Probe aProbe)
Returns a DOM for the supplied lattice. |
XmlDataAdaptor |
writeProbeToDoc(Probe aProbe)
Writes supplied Probe to the specified XML file. |
static void |
writeXml(Probe aProbe,
java.lang.String fileURI)
Writes supplied Probe to the specified XML file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProbeXmlWriter()
| Method Detail |
public static void writeXml(Probe aProbe,
java.lang.String fileURI)
throws java.io.IOException
Probe to the specified XML file.
aProbe - Probe to outputfileURI - String URI of output file
java.io.IOException - error writing to fileURI
public static org.w3c.dom.Document documentForProbe(Probe aProbe)
throws java.io.IOException
java.io.IOException
public XmlDataAdaptor writeProbeToDoc(Probe aProbe)
throws java.io.IOException
Probe to the specified XML file.
aProbe - Probe to write to XML file
java.io.IOException - error writing to fileURI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||