dom_exception _dom_text_event_init_ns(dom_text_event *evt, dom_string *namespace_name, dom_string *type, bool bubble, bool cancelable, struct dom_abstract_view *view, dom_string *data)
Definition text_event.c:112
dom_exception _dom_text_event_init(dom_text_event *evt, dom_string *type, bool bubble, bool cancelable, struct dom_abstract_view *view, dom_string *data)
Definition text_event.c:89
dom_exception _dom_text_event_get_data(dom_text_event *evt, dom_string **data)
Definition text_event.c:69
Definition text_event.h:18
dom_string * data
Definition text_event.h:20