|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.excelutils.tags.IfTag
IfTag is a class which parse #if #else #end
Field Summary | |
static java.lang.String |
KEY_END
|
static java.lang.String |
KEY_IF
|
Constructor Summary | |
IfTag()
|
Method Summary | |
java.lang.String |
getTagName()
get the tag name |
boolean |
hasEndTag()
tag has #end flag |
static void |
main(java.lang.String[] args)
|
int[] |
parseTag(java.lang.Object context,
HSSFSheet sheet,
HSSFRow curRow,
HSSFCell curCell)
parse the tag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String KEY_IF
public static final java.lang.String KEY_END
Constructor Detail |
public IfTag()
Method Detail |
public int[] parseTag(java.lang.Object context, HSSFSheet sheet, HSSFRow curRow, HSSFCell curCell)
ITag
parseTag
in interface ITag
context
- data objectsheet
- excel sheetcurRow
- excel rowcurCell
- excel cell
public java.lang.String getTagName()
ITag
getTagName
in interface ITag
public boolean hasEndTag()
ITag
hasEndTag
in interface ITag
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |