Virtual Method
TalkatuHtmlRendererelement_start
Declaration [src]
void
element_start (
TalkatuHtmlRenderer* renderer,
const gchar* name,
const gchar** attribute_names,
const gchar** attribute_values
)
Description [src]
The method to call when an element is found. The attribute
names and values are passed in as a NULL terminated array of strings.
Parameters
name-
Type:
const gchar*No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. attribute_names-
Type:
const gchar**No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. attribute_values-
Type:
const gchar**No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.