Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Examples

CMML_Head Struct Reference

#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_Listmeta
CMML_Listlink


Detailed Description

CMML_Head: a head element as presented in the CMML document.
Examples:

cmml-parse.c, cmml-validate.c, and cmml-write.c.


Field Documentation

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
 

title element of header

Examples:
cmml-parse.c, and cmml-write.c.

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

CMML_List* CMML_Head::meta
 

list of meta elements

CMML_List* CMML_Head::link
 

list of link elements


The documentation for this struct was generated from the following file:
Generated on Sun Mar 5 10:17:31 2006 for libcmml by  doxygen 1.4.4