|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
ITag is a interface which define the tag
| Method Summary | |
java.lang.String |
getTagName()
get the tag name |
boolean |
hasEndTag()
tag has #end flag |
int[] |
parseTag(java.lang.Object context,
HSSFSheet sheet,
HSSFRow curRow,
HSSFCell curCell)
parse the tag |
| Method Detail |
public int[] parseTag(java.lang.Object context,
HSSFSheet sheet,
HSSFRow curRow,
HSSFCell curCell)
context - data objectsheet - excel sheetcurRow - excel rowcurCell - excel cell
public boolean hasEndTag()
public java.lang.String getTagName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||