Interface XMLInterface

All Known Implementing Classes:
Condition, DatabaseMeta, Row, 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

    Modifier and Type
    Method
    Description
    Describes the Object implementing this interface as XML
  • Method Details

    • getXML

      String getXML() throws KettleException
      Describes the Object implementing this interface as XML
      Returns:
      the XML string for this object
      Throws:
      KettleException - in case there is an encoding problem.