jas.util.xml
Interface HasXMLRepresentation

All Known Implementing Classes:
Gauss

public interface HasXMLRepresentation

An interface to be implemented by Objects which can provide their own XML representation


Method Summary
 void writeAsXML(XMLWriter pw)
           
 

Method Detail

writeAsXML

public void writeAsXML(XMLWriter pw)