libcmml  0.9.1
Data Fields
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

◆ head_id

char* CMML_Head::head_id

id attribute of header

◆ lang

char* CMML_Head::lang

language of header

◆ dir

char* CMML_Head::dir

directionality of lang

◆ profile

char* CMML_Head::profile

profile of header

◆ title

char* CMML_Head::title

title element of header

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

Referenced by main().

◆ title_id

char* CMML_Head::title_id

id attribute of title element

◆ title_lang

char* CMML_Head::title_lang

language of title

◆ title_dir

char* CMML_Head::title_dir

directionality of title_lang

◆ base_id

char* CMML_Head::base_id

id attribute of base element

◆ base_href

char* CMML_Head::base_href

href attribute of base element

◆ meta

CMML_List* CMML_Head::meta

list of meta elements

◆ link

CMML_List* CMML_Head::link

list of link elements


The documentation for this struct was generated from the following file: