JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.pentaho.di.core.xml
Interface XMLInterface
All Known Implementing Classes:
Condition
,
DatabaseMeta
,
Row
,
TransDataService
,
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
Methods
Modifier and Type
Method and Description
String
getXML
()
Describes the Object implementing this interface as XML
Method Detail
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method