LsmDomElement
LsmDomElement — Base class for DOM element nodes
|
|
Functions
lsm_dom_element_get_tag_name ()
const char *
lsm_dom_element_get_tag_name (LsmDomElement *self
);
Returns
element tag name.
[transfer none]
lsm_dom_element_get_attribute ()
const char *
lsm_dom_element_get_attribute (LsmDomElement *self
,
const char *name
);
Returns
attribute value, as string.
[transfer none]
lsm_dom_element_set_attribute ()
void
lsm_dom_element_set_attribute (LsmDomElement *self
,
const char *name
,
const char *attribute_value
);
Set the atribute value.
Types and Values
LsmDomElement
typedef struct _LsmDomElement LsmDomElement;