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

◆ id

char* CMML_LinkElement::id

id attribute of link

◆ class

char* CMML_LinkElement::class

class attribute of link

◆ title

char* CMML_LinkElement::title

title attribute of link

◆ lang

char* CMML_LinkElement::lang

language code of link

◆ dir

char* CMML_LinkElement::dir

directionality of lang (ltr/rtl)

◆ href

char* CMML_LinkElement::href

href attribute of link

◆ type

char* CMML_LinkElement::type

type attribute of link

◆ rel

char* CMML_LinkElement::rel

rel attribute of link

◆ rev

char* CMML_LinkElement::rev

rev attribute of link

◆ media

char* CMML_LinkElement::media

media attribute of link


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