public class XMLInputDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
| Modifier and Type | Field and Description | 
|---|---|
static int[] | 
dateLengths  | 
loggingObject| Constructor and Description | 
|---|
XMLInputDialog(org.eclipse.swt.widgets.Shell parent,
              Object in,
              org.pentaho.di.trans.TransMeta transMeta,
              String sname)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
getData(org.pentaho.di.trans.steps.xmlinput.XMLInputMeta in)
Read the data from the TextFileInputMeta object and show it in this dialog. 
 | 
String | 
open()  | 
void | 
setIncludeFilename()  | 
void | 
setIncludeRownum()  | 
void | 
setMultiple()  | 
addConnectionLine, addConnectionLine, addConnectionLine, addConnectionLine, addDatabases, addDatabases, dispose, generateFieldMapping, getFieldsFromPrevious, getFieldsFromPrevious, getFieldsFromPrevious, getMetaStore, getModifyListenerTooltipText, getRepository, isBasic, isDebug, isDetailed, isRowLevel, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, positionBottomButtons, selectDatabase, setMetaStore, setMinimalShellHeight, setRepository, setShellImage, setSize, setSize, setSize, setTraverseOrder, storeScreenSize, toStringpublic String open()
open in interface org.pentaho.di.trans.step.StepDialogInterfacepublic void setMultiple()
public void setIncludeFilename()
public void setIncludeRownum()
public void getData(org.pentaho.di.trans.steps.xmlinput.XMLInputMeta in)
in - The TextFileInputMeta object to obtain the data from.