cnuphys.bCNU.xml
Interface XmlPrintStreamWritable


public interface XmlPrintStreamWritable


Method Summary
 void writeXml(XmlPrintStreamWriter xmlPrintStreamWriter)
          This is implemented by objects that can write themselves out to XML.
 

Method Detail

writeXml

void writeXml(XmlPrintStreamWriter xmlPrintStreamWriter)
This is implemented by objects that can write themselves out to XML. The object should call the XmlPrintStreamWriter to do the writing. They should write a complete XML fragment--complete and properly nested XML records.

Parameters:
xmlPrintStreamWriter -