net.sf.excelutils.tags
Interface ITag

All Known Implementing Classes:
CallTag, EachTag, ForeachTag, FormulaTag, IfTag, PageTag, SumTag

public interface ITag

ITag is a interface which define the tag

Version:
$Revision: 1.1 $ $Date: 2005/07/01 04:05:26 $
Author:
rainsoft

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

parseTag

public int[] parseTag(java.lang.Object context,
                      HSSFSheet sheet,
                      HSSFRow curRow,
                      HSSFCell curCell)
parse the tag

Parameters:
context - data object
sheet - excel sheet
curRow - excel row
curCell - excel cell
Returns:
int[] {skip number, shift number, break flag}

hasEndTag

public boolean hasEndTag()
tag has #end flag

Returns:
boolean

getTagName

public java.lang.String getTagName()
get the tag name

Returns:
str


Copyright (C) 200£³-2005 The ExcelUtils Project.