libcmml  0.9.1
Data Fields
CMML_LinkElement Struct Reference

#include <cmml.h>

Data Fields

char * id
 
char * class
 
char * title
 
char * lang
 
char * dir
 
char * href
 
char * type
 
char * rel
 
char * rev
 
char * media
 

Detailed Description

CMML_LinkElement: a struct to keep the details of the link tag in either a head or a clip

Field Documentation

char* CMML_LinkElement::id

id attribute of link

char* CMML_LinkElement::class

class attribute of link

char* CMML_LinkElement::title

title attribute of link

char* CMML_LinkElement::lang

language code of link

char* CMML_LinkElement::dir

directionality of lang (ltr/rtl)

char* CMML_LinkElement::href

href attribute of link

char* CMML_LinkElement::type

type attribute of link

char* CMML_LinkElement::rel

rel attribute of link

char* CMML_LinkElement::rev

rev attribute of link

char* CMML_LinkElement::media

media attribute of link


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