org.pentaho.di.trans.steps.xmlinputsax
Class XMLInputSaxData

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

public class XMLInputSaxData
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
           
 XMLInputSaxDataRetriever document
           
 String filename
           
 int filenr
           
 String[] 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
           
 long rownr
           
 Node section
           
 String thisline
           
 ZipInputStream zi
           
 
Constructor Summary
XMLInputSaxData()
           
 
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

files

public String[] files

last_file

public boolean last_file

filename

public String filename

filenr

public int filenr

fr

public FileInputStream fr

zi

public ZipInputStream zi

is

public BufferedInputStream is

document

public XMLInputSaxDataRetriever 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

XMLInputSaxData

public XMLInputSaxData()