org.pentaho.di.trans.steps.getxmldata
Class GetXMLDataData

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

public class GetXMLDataData
extends BaseStepData
implements StepDataInterface

Since:
21-06-2007
Author:
Samatar

Nested Class Summary
 
Nested classes/interfaces inherited from class org.pentaho.di.trans.step.BaseStepData
BaseStepData.StepExecutionStatus
 
Field Summary
 List<org.dom4j.tree.AbstractNode> an
           
 RowMetaInterface convertRowMeta
           
 SimpleDateFormat daf
           
 DateFormatSymbols dafs
           
 DecimalFormat df
           
 DecimalFormatSymbols dfs
           
 org.dom4j.Document document
           
 boolean errorInRowButContinue
           
 String extension
           
 org.apache.commons.vfs.FileObject file
           
 String filename
           
 int filenr
           
 FileInputList files
          The XML files to read
 FileInputStream fr
           
 boolean hidden
           
 int indexOfXmlField
           
 RowMetaInterface inputRowMeta
           
 BufferedInputStream is
           
 int itemCount
           
 String itemElement
           
 int itemPosition
           
 String lastline
           
 Date lastModificationDateTime
           
 Map<String,String> NAMESPACE
           
 String nextline
           
 NumberFormat nf
           
 int nodenr
           
 int nodesize
           
 int nr_repeats
           
 int nrInputFields
           
 int nrReadRow
           
 List<String> NSPath
           
 RowMetaInterface outputRowMeta
           
 String path
           
 String PathValue
           
 Object[] previousRow
           
 String prunePath
           
 Object[] readrow
           
 String rootUriName
           
 long rownr
           
 String shortFilename
           
 long size
           
 boolean stopPruning
           
 String thisline
           
 String tokenEnd
           
 String tokenStart
           
 int totalpreviousfields
           
 String uriName
           
 
Constructor Summary
GetXMLDataData()
           
 
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

inputRowMeta

public RowMetaInterface inputRowMeta

outputRowMeta

public RowMetaInterface outputRowMeta

convertRowMeta

public RowMetaInterface convertRowMeta

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

nrInputFields

public int nrInputFields

PathValue

public String PathValue

prunePath

public String prunePath

stopPruning

public boolean stopPruning

errorInRowButContinue

public boolean errorInRowButContinue

tokenStart

public String tokenStart

tokenEnd

public String tokenEnd

nodenr

public int nodenr

nodesize

public int nodesize

an

public List<org.dom4j.tree.AbstractNode> an

readrow

public Object[] readrow

totalpreviousfields

public int totalpreviousfields

NAMESPACE

public Map<String,String> NAMESPACE

NSPath

public List<String> NSPath

nrReadRow

public int nrReadRow

files

public FileInputList files
The XML files to read


file

public org.apache.commons.vfs.FileObject file

filenr

public int filenr

fr

public FileInputStream fr

is

public BufferedInputStream is

document

public org.dom4j.Document document

itemElement

public String itemElement

itemCount

public int itemCount

itemPosition

public int itemPosition

rownr

public long rownr

indexOfXmlField

public int indexOfXmlField

filename

public String filename

shortFilename

public String shortFilename

path

public String path

extension

public String extension

hidden

public boolean hidden

lastModificationDateTime

public Date lastModificationDateTime

uriName

public String uriName

rootUriName

public String rootUriName

size

public long size
Constructor Detail

GetXMLDataData

public GetXMLDataData()