libcmml
0.9.1
|
#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 |
CMML_LinkElement: a struct to keep the details of the link tag in either a head or a clip
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