public class XMLInputSaxDialog extends BaseStepDialog implements org.pentaho.di.trans.step.StepDialogInterface
| Modifier and Type | Field and Description | 
|---|---|
static int[] | 
dateLengths  | 
loggingObject| Constructor and Description | 
|---|
XMLInputSaxDialog(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.xmlinputsax.XMLInputSaxMeta in)
Read the data from the XMLvInputMeta 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.xmlinputsax.XMLInputSaxMeta in)
in - The XMLvInputMeta object to obtain the data from.