Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » elementprocessor » impl » poi » hssf » elements » [javadoc | source]
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements
public class: EPCell [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor
         org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPCell

All Implemented Interfaces:
    LocaleAware, POIFSElementProcessor

Implementation of ElementProcessor to handle the "Cell" tag. This element has several attributes and may contain other elements.
Constructor:
 public EPCell() 
Method from org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPCell Summary:
endProcessing,   getCell,   getCellType,   getColumn,   getColumns,   getContent,   getExpressionId,   getFormat,   getRow,   getRows,   initialize,   setLocale
Methods from org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor:
acceptCharacters,   acceptWhitespaceCharacters,   endProcessing,   getAncestor,   getAttributes,   getCell,   getData,   getFilesystem,   getParent,   getSheet,   getValue,   getWorkbook,   initialize,   setFilesystem
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPCell Detail:
 public  void endProcessing() throws IOException 
    end processing -- apply content to the cell.
 protected Cell getCell() 
    override of getCell()
 public int getCellType() throws IOException, NullPointerException 
 public int getColumn() throws IOException 
 public int getColumns() throws IOException, NullPointerException 
 public String getContent() 
 public int getExpressionId() throws IOException, NullPointerException 
 public String getFormat() throws IOException 
 public int getRow() throws IOException 
 public int getRows() throws IOException, NullPointerException 
 public  void initialize(Attribute[] attributes,
    ElementProcessor parent) throws IOException 
    Override of initialize() implementation
 public  void setLocale(String locale)