dom_exception _dom_html_body_element_initialise(struct dom_html_element_create_params *params, struct dom_html_body_element *ele)
Definition html_body_element.c:57
dom_exception _dom_html_body_element_copy(dom_node_internal *old, dom_node_internal **copy)
Definition html_body_element.c:110
dom_exception _dom_html_body_element_create(struct dom_html_element_create_params *params, struct dom_html_body_element **ele)
Definition html_body_element.c:32
dom_exception _dom_html_body_element_copy_internal(dom_html_body_element *old, dom_html_body_element *new)
Definition html_body_element.c:131
void _dom_html_body_element_finalise(struct dom_html_body_element *ele)
Definition html_body_element.c:69
void _dom_virtual_html_body_element_destroy(dom_node_internal *node)
Definition html_body_element.c:104
void _dom_html_body_element_destroy(struct dom_html_body_element *ele)
Definition html_body_element.c:79
dom_exception _dom_html_body_element_parse_attribute(dom_element *ele, dom_string *name, dom_string *value, dom_string **parsed)
Definition html_body_element.c:90
Definition html_body_element.h:15
struct dom_html_element base
Definition html_body_element.h:16