org.pentaho.di.trans.steps.rssoutput
Class RssOutputData
java.lang.Object
org.pentaho.di.trans.step.BaseStepData
org.pentaho.di.trans.steps.rssoutput.RssOutputData
- All Implemented Interfaces:
- StepDataInterface
public class RssOutputData
- extends BaseStepData
- implements StepDataInterface
- Since:
- 4-Nov-2007
- Author:
- Samatar
inputRowMeta
public RowMetaInterface inputRowMeta
outputRowMeta
public RowMetaInterface outputRowMeta
indexOfFieldchanneltitle
public int indexOfFieldchanneltitle
indexOfFieldchanneldescription
public int indexOfFieldchanneldescription
indexOfFieldchannellink
public int indexOfFieldchannellink
indexOfFielditemtitle
public int indexOfFielditemtitle
indexOfFielditemdescription
public int indexOfFielditemdescription
indexOfFieldchannelpubdate
public int indexOfFieldchannelpubdate
indexOfFieldchannellanguage
public int indexOfFieldchannellanguage
indexOfFieldchannelcopyright
public int indexOfFieldchannelcopyright
indexOfFieldchannelauthor
public int indexOfFieldchannelauthor
indexOfFieldchannelimagetitle
public int indexOfFieldchannelimagetitle
indexOfFieldchannelimagelink
public int indexOfFieldchannelimagelink
indexOfFieldchannelimageurl
public int indexOfFieldchannelimageurl
indexOfFieldchannelimagedescription
public int indexOfFieldchannelimagedescription
indexOfFielditemlink
public int indexOfFielditemlink
indexOfFielditempubdate
public int indexOfFielditempubdate
indexOfFielditemauthor
public int indexOfFielditemauthor
indexOfFielditempointx
public int indexOfFielditempointx
indexOfFielditempointy
public int indexOfFielditempointy
channeltitlevalue
public String channeltitlevalue
channeldescriptionvalue
public String channeldescriptionvalue
channellinkvalue
public String channellinkvalue
channelpubdatevalue
public Date channelpubdatevalue
channellanguagevalue
public String channellanguagevalue
channelcopyrightvalue
public String channelcopyrightvalue
channelauthorvalue
public String channelauthorvalue
channelimagetitlevalue
public String channelimagetitlevalue
channelimagelinkvalue
public String channelimagelinkvalue
channelimageurlvalue
public String channelimageurlvalue
channelimagedescriptionvalue
public String channelimagedescriptionvalue
filename
public String filename
indexOfFieldfilename
public int indexOfFieldfilename
customchannels
public int[] customchannels
customitems
public int[] customitems
valuecustomchannels
public int[] valuecustomchannels
valuecustomItems
public int[] valuecustomItems
document
public org.dom4j.Document document
rssElement
public org.dom4j.Element rssElement
channel
public org.dom4j.Element channel
itemtag
public org.dom4j.Element itemtag
RssOutputData
public RssOutputData()