|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class EPCell
Implementation of ElementProcessor to handle the "Cell" tag. This element has several attributes and may contain other elements.
Field Summary |
---|
Fields inherited from interface org.apache.cocoon.components.elementprocessor.ElementProcessor |
---|
ROLE |
Constructor Summary | |
---|---|
EPCell()
constructor |
Method Summary | |
---|---|
void |
endProcessing()
end processing -- apply content to the cell. |
protected org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.Cell |
getCell()
override of getCell() |
int |
getCellType()
|
int |
getColumn()
|
int |
getColumns()
|
String |
getContent()
|
int |
getExpressionId()
|
String |
getFormat()
|
int |
getRow()
|
int |
getRows()
|
void |
initialize(Attribute[] attributes,
ElementProcessor parent)
Override of initialize() implementation |
void |
setLocale(String locale)
Set the locale for a given element processor. |
Methods inherited from class org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.BaseElementProcessor |
---|
acceptCharacters, acceptWhitespaceCharacters, getAncestor, getAttributes, getData, getFilesystem, getParent, getSheet, getValue, getWorkbook, setFilesystem |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPCell()
Method Detail |
---|
public int getColumn() throws IOException
IOException
public int getRow() throws IOException
IOException
public int getExpressionId() throws IOException, NullPointerException
IOException
NullPointerException
public int getColumns() throws IOException, NullPointerException
IOException
NullPointerException
public int getRows() throws IOException, NullPointerException
IOException
NullPointerException
public int getCellType() throws IOException, NullPointerException
IOException
NullPointerException
public String getFormat() throws IOException
IOException
public void initialize(Attribute[] attributes, ElementProcessor parent) throws IOException
initialize
in interface ElementProcessor
initialize
in class BaseElementProcessor
attributes
- the array of Attribute instances; may be
empty, will never be nullparent
- the parent ElementProcessor; may be null
IOException
- if anything is wrongpublic String getContent()
public void endProcessing() throws IOException
endProcessing
in interface ElementProcessor
endProcessing
in class BaseElementProcessor
IOException
protected org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.Cell getCell()
getCell
in class BaseElementProcessor
public void setLocale(String locale)
LocaleAware
setLocale
in interface LocaleAware
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |