libcmml
0.9.1
|
#include <cmml.h>
Data Fields | |
char * | head_id |
char * | lang |
char * | dir |
char * | profile |
char * | title |
char * | title_id |
char * | title_lang |
char * | title_dir |
char * | base_id |
char * | base_href |
CMML_List * | meta |
CMML_List * | link |
CMML_Head: a head element as presented in the CMML document.
char* CMML_Head::head_id |
id attribute of header
char* CMML_Head::lang |
language of header
char* CMML_Head::dir |
directionality of lang
char* CMML_Head::profile |
profile of header
char* CMML_Head::title |
char* CMML_Head::title_id |
id attribute of title element
char* CMML_Head::title_lang |
language of title
char* CMML_Head::title_dir |
directionality of title_lang
char* CMML_Head::base_id |
id attribute of base element
char* CMML_Head::base_href |
href attribute of base element
list of meta elements
list of link elements