org.pentaho.di.ui.trans.steps.getxmldata
Class XMLInputFieldsImportProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.getxmldata.XMLInputFieldsImportProgressDialog

public class XMLInputFieldsImportProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while we're finding out loop nodes for an XML file

Since:
07-apr-2010
Author:
Samatar

Constructor Summary
XMLInputFieldsImportProgressDialog(Shell shell, GetXMLDataMeta meta, String xmlSource, boolean useUrl, String loopXPath)
           
XMLInputFieldsImportProgressDialog(Shell shell, GetXMLDataMeta meta, String filename, String encoding, String loopXPath)
          Creates a new dialog that will handle the wait while we're finding out loop nodes for an XML file
 
Method Summary
 RowMetaAndData[] open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLInputFieldsImportProgressDialog

public XMLInputFieldsImportProgressDialog(Shell shell,
                                          GetXMLDataMeta meta,
                                          String filename,
                                          String encoding,
                                          String loopXPath)
Creates a new dialog that will handle the wait while we're finding out loop nodes for an XML file


XMLInputFieldsImportProgressDialog

public XMLInputFieldsImportProgressDialog(Shell shell,
                                          GetXMLDataMeta meta,
                                          String xmlSource,
                                          boolean useUrl,
                                          String loopXPath)
Method Detail

open

public RowMetaAndData[] open()