chtmltbl.h

Go to the documentation of this file.
00001 
00014 #ifndef CHTMLTBL_H_INCLUDED
00015 #define CHTMLTBL_H_INCLUDED
00016 
00017 #include <Coconut/ccsv.h>
00018 #include <LibXmlKit/LibXmlKit.h>
00019 
00025 @interface CHtmlTable : NSObject 
00026 {
00028         XmlNode *       table_root ;
00030         XmlNode *       caption_node ;
00031 }
00032 
00041   + parseCsv: (CCsv *) csvtable caption: (NSString *) caption
00042       withBorder: (BOOL) withborder ;
00043 
00050   - init ;
00051 
00057   - (void) dealloc ;
00058 
00064   - (XmlNode *) rootNode ;
00065 
00074   - (void) setCaption: (NSString *) caption ;
00075 
00083   - (void) setBorder: (BOOL) flag ;
00084 
00092   - (int) parseCsv: (CCsv *) csvtable ;
00093 
00094 @end
00095 
00096 #endif /* CHTMLTBL_H_INCLUDED */
00097 

Generated on Mon Mar 20 18:45:20 2006 for Coconut by  doxygen 1.4.6