|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWemListenerTable
This interface re-groups all methods used to notify about tables and their structural elements.
| Method Summary | |
|---|---|
void |
beginTable(WikiParameters params)
This method notifies about the beginning of a new table in the document. |
void |
beginTableCell(boolean tableHead,
WikiParameters params)
This method is used to notify about the beginning of a new table cell. |
void |
beginTableRow(WikiParameters params)
This method is used to notify about the beginning of a new table row. |
void |
endTable(WikiParameters params)
This method notifies about the end of a table in the document. |
void |
endTableCell(boolean tableHead,
WikiParameters params)
This method is used to notify about the end of a table cell. |
void |
endTableRow(WikiParameters params)
This method is used to notify about the end of a table row. |
void |
onTableCaption(String str)
Notifies the table caption. |
| Method Detail |
|---|
void beginTable(WikiParameters params)
params - table parametersendTable(WikiParameters)
void beginTableCell(boolean tableHead,
WikiParameters params)
tableHead - if this flag is true then the reported cell
corresponds to the table head ("th" element); otherwise it should
be considered as a normal table cell ("td" element).params - parameters of this cellendTableCell(boolean, WikiParameters)void beginTableRow(WikiParameters params)
params - parameters of the row.endTableRow(WikiParameters)void endTable(WikiParameters params)
params - table parametersbeginTable(WikiParameters)
void endTableCell(boolean tableHead,
WikiParameters params)
tableHead - if this flag is true then the reported cell
corresponds to the table head ("th" element); otherwise it should
be considered as a normal table cell ("td" element).params - parameters of this cellbeginTableCell(boolean, WikiParameters)void endTableRow(WikiParameters params)
params - parameters of the row.beginTableRow(WikiParameters)void onTableCaption(String str)
str - the content of the table caption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||