org.pentaho.di.trans.steps.xmlinput
Class XMLInputData

java.lang.Object
  extended by org.pentaho.di.trans.step.BaseStepData
      extended by org.pentaho.di.trans.steps.xmlinput.XMLInputData
All Implemented Interfaces:
StepDataInterface

public class XMLInputData
extends BaseStepData
implements StepDataInterface

Since:
22-jan-2005
Author:
Matt

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 RowMetaInterface convertRowMeta
           
 SimpleDateFormat daf
           
 DateFormatSymbols dafs
           
 DecimalFormat df
           
 DecimalFormatSymbols dfs
           
 Document document
           
 org.apache.commons.vfs.FileObject file
           
 int filenr
           
 List<org.apache.commons.vfs.FileObject> files
           
 FileInputStream fr
           
 BufferedInputStream is
           
 int itemCount
           
 String itemElement
           
 int itemPosition
           
 boolean last_file
           
 String lastline
           
 String nextline
           
 NumberFormat nf
           
 int nr_repeats
           
 RowMetaInterface outputRowMeta
           
 Object[] previousRow
           
 RowMetaInterface previousRowMeta
           
 long rownr
           
 Node section
           
 String thisline
           
 ZipInputStream zi
           
 
Constructor Summary
XMLInputData()
           
 
Method Summary
 
Methods inherited from class org.pentaho.di.trans.step.BaseStepData
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, isStopped, setStatus
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.di.trans.step.StepDataInterface
getStatus, isDisposed, isEmpty, isFinished, isIdle, isInitialising, isRunning, setStatus
 

Field Detail

thisline

public String thisline

nextline

public String nextline

lastline

public String lastline

previousRow

public Object[] previousRow

nr_repeats

public int nr_repeats

nf

public NumberFormat nf

df

public DecimalFormat df

dfs

public DecimalFormatSymbols dfs

daf

public SimpleDateFormat daf

dafs

public DateFormatSymbols dafs

outputRowMeta

public RowMetaInterface outputRowMeta

previousRowMeta

public RowMetaInterface previousRowMeta

files

public List<org.apache.commons.vfs.FileObject> files

last_file

public boolean last_file

file

public org.apache.commons.vfs.FileObject file

filenr

public int filenr

fr

public FileInputStream fr

zi

public ZipInputStream zi

is

public BufferedInputStream is

document

public Document document

section

public Node section

itemElement

public String itemElement

itemCount

public int itemCount

itemPosition

public int itemPosition

rownr

public long rownr

convertRowMeta

public RowMetaInterface convertRowMeta
Constructor Detail

XMLInputData

public XMLInputData()