Method

LasemDomCharacterDataset_data

Declaration [src]

void
lsm_dom_character_data_set_data (
  LsmDomCharacterData* self,
  const char* value
)

Description [src]

Set the character node data.

Parameters

value

Type: const char*

New node data.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.