net.sf.jxls.transformer
Class SimpleRowTransformer

java.lang.Object
  extended by net.sf.jxls.transformer.BaseRowTransformer
      extended by net.sf.jxls.transformer.SimpleRowTransformer
All Implemented Interfaces:
RowTransformer

public class SimpleRowTransformer
extends BaseRowTransformer

Author:
Leonid Vysochyn

Field Summary
 
Fields inherited from class net.sf.jxls.transformer.BaseRowTransformer
log
 
Constructor Summary
SimpleRowTransformer(Row row, java.util.List cellProcessors, Configuration configuration)
           
 
Method Summary
 void addCell(Cell cell)
           
 java.util.List getCells()
           
 ResultTransformation getTransformationResult()
           
 ResultTransformation transform(SheetTransformationController stc, SheetTransformer sheetTransformer, java.util.Map beans, ResultTransformation previousTransformation)
           
 
Methods inherited from class net.sf.jxls.transformer.BaseRowTransformer
addListRange, applyCellProcessors, getRow, getTransformationBlock, setTransformationBlock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRowTransformer

public SimpleRowTransformer(Row row,
                            java.util.List cellProcessors,
                            Configuration configuration)
Method Detail

addCell

public void addCell(Cell cell)

getTransformationResult

public ResultTransformation getTransformationResult()

getCells

public java.util.List getCells()

transform

public ResultTransformation transform(SheetTransformationController stc,
                                      SheetTransformer sheetTransformer,
                                      java.util.Map beans,
                                      ResultTransformation previousTransformation)


Copyright © 2005-2013 jXLS Team. All Rights Reserved.