| Package | Description | 
|---|---|
| org.pentaho.di.core | |
| org.pentaho.di.core.xml | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
KettleAttribute  | 
| Modifier and Type | Method and Description | 
|---|---|
KettleAttributeInterface | 
KettleAttribute.getParent()  | 
KettleAttributeInterface | 
KettleAttributeInterface.getParent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KettleAttribute.setParent(KettleAttributeInterface parent)  | 
| Constructor and Description | 
|---|
KettleAttribute(String key,
               String xmlCode,
               String repCode,
               String description,
               String tooltip,
               int type,
               KettleAttributeInterface parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
XMLHandler.addTagValue(KettleAttributeInterface tag,
           boolean bool)
Build an XML string (including a carriage return) for a certain tag boolean value 
 | 
static String | 
XMLHandler.addTagValue(KettleAttributeInterface tag,
           int i)
Build an XML string (with carriage return) for a certain tag integer value 
 | 
static String | 
XMLHandler.addTagValue(KettleAttributeInterface tag,
           String val)
Build an XML string (including a carriage return) for a certain tag String value 
 | 
static String | 
XMLHandler.getTagValue(Node n,
           KettleAttributeInterface code)
Get the value of a tag in a node 
 |