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 Mon Feb 4 09:49:22 2008 for libcmml by  doxygen 1.5.4