org.pentaho.di.core.xml
Interface XMLInterface

All Known Implementing Classes:
Row, SRS, Value

public interface XMLInterface

Implementing classes of this interface know how to express themselves using XML They also can construct themselves using XML.

Since:
29-jan-2004
Author:
Matt

Method Summary
 String getXML()
           
 

Method Detail

getXML

String getXML()
              throws KettleException
Throws:
KettleException