Class RssOutputData

    • Field Detail

      • inputRowMeta

        public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
      • outputRowMeta

        public org.pentaho.di.core.row.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
    • Constructor Detail

      • RssOutputData

        public RssOutputData()