#import <chtmltbl.h>
Public Member Functions | |
(id) | - init |
Initialize html table instance. | |
(void) | - dealloc |
Release the content of CSV data. | |
(XmlNode *) | - rootNode |
Get root node of XHTML table. | |
(void) | - setCaption: |
Set caption to the table. | |
(void) | - setBorder: |
Set/reset the border line for table. | |
(int) | - parseCsv: |
Generate XHTML table from CSV data. | |
Static Public Member Functions | |
(id) | + parseCsv:caption:withBorder: |
Generate XHTML table from CSV data. | |
Protected Attributes | |
XmlNode * | table_root |
XmlNode * | caption_node |
|
Release the content of CSV data.
|
|
Initialize html table instance.
|
|
Generate XHTML table from CSV data.
|
|
Generate XHTML table from CSV data.
|
|
Get root node of XHTML table.
|
|
Set/reset the border line for table.
|
|
Set caption to the table.
|
|
Caption node |
|
Root node of XHTML table. |