org.pentaho.di.trans.steps.xmlinputstream
Class XMLInputStreamData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.xmlinputstream.XMLInputStreamData
- All Implemented Interfaces:
- StepDataInterface
public class XMLInputStreamData
- extends BaseStepData
- implements StepDataInterface
- Since:
- 2011-01-13
- Author:
- Jens Bleuel
outputRowMeta
public RowMetaInterface outputRowMeta
staxInstance
public javax.xml.stream.XMLInputFactory staxInstance
fileObject
public org.apache.commons.vfs.FileObject fileObject
fileInputStream
public FileInputStream fileInputStream
xmlEventReader
public javax.xml.stream.XMLEventReader xmlEventReader
filename
public String filename
nrRowsToSkip
public long nrRowsToSkip
rowLimit
public long rowLimit
encoding
public String encoding
rowNumber
public Long rowNumber
elementLevel
public int elementLevel
elementID
public Long elementID
elementLevelID
public Long[] elementLevelID
elementParentID
public Long[] elementParentID
elementName
public String[] elementName
elementPath
public String[] elementPath
pos_xml_filename
public int pos_xml_filename
pos_xml_row_number
public int pos_xml_row_number
pos_xml_data_type_numeric
public int pos_xml_data_type_numeric
pos_xml_data_type_description
public int pos_xml_data_type_description
pos_xml_location_line
public int pos_xml_location_line
pos_xml_location_column
public int pos_xml_location_column
pos_xml_element_id
public int pos_xml_element_id
pos_xml_parent_element_id
public int pos_xml_parent_element_id
pos_xml_element_level
public int pos_xml_element_level
pos_xml_path
public int pos_xml_path
pos_xml_parent_path
public int pos_xml_parent_path
pos_xml_data_name
public int pos_xml_data_name
pos_xml_data_value
public int pos_xml_data_value
XMLInputStreamData
public XMLInputStreamData()