dom_exception _dom_element_get_schema_type_info(struct dom_element *element, struct dom_type_info **result)
Definition element.c:1066
dom_exception _dom_element_has_class(struct dom_element *element, lwc_string *name, bool *match)
Definition element.c:1193
dom_exception _dom_element_get_classes(struct dom_element *element, lwc_string ***classes, uint32_t *n_classes)
Definition element.c:1165
dom_exception _dom_element_set_attribute_ns(struct dom_element *element, dom_string *namespace, dom_string *qname, dom_string *value)
Definition element.c:866
dom_exception _dom_element_get_attribute_node(struct dom_element *element, dom_string *name, struct dom_attr **result)
Definition element.c:734
dom_exception _dom_element_set_attribute_node_ns(struct dom_element *element, struct dom_attr *attr, struct dom_attr **result)
Definition element.c:967
dom_exception _dom_element_get_tag_name(struct dom_element *element, dom_string **name)
Definition element.c:667
dom_exception _dom_element_set_id_attribute(struct dom_element *element, dom_string *name, bool is_id)
Definition element.c:1090
dom_exception _dom_element_has_attribute_ns(struct dom_element *element, dom_string *namespace, dom_string *localname, bool *result)
Definition element.c:1048
dom_exception _dom_element_remove_attribute_node(struct dom_element *element, struct dom_attr *attr, struct dom_attr **result)
Definition element.c:778
dom_exception _dom_element_set_id_attribute_ns(struct dom_element *element, dom_string *namespace, dom_string *localname, bool is_id)
Definition element.c:1108
dom_exception _dom_element_set_id_attribute_node(struct dom_element *element, struct dom_attr *id_attr, bool is_id)
Definition element.c:1132
dom_exception _dom_element_get_attribute_node_ns(struct dom_element *element, dom_string *namespace, dom_string *localname, struct dom_attr **result)
Definition element.c:937
dom_exception _dom_element_get_attribute_ns(struct dom_element *element, dom_string *namespace, dom_string *localname, dom_string **value)
Definition element.c:830
dom_exception _dom_element_set_attribute_node(struct dom_element *element, struct dom_attr *attr, struct dom_attr **result)
Definition element.c:757
dom_exception _dom_element_remove_attribute_ns(struct dom_element *element, dom_string *namespace, dom_string *localname)
Definition element.c:914
dom_exception _dom_html_element_get_attribute(struct dom_element *element, dom_string *name, dom_string **value)
Definition html_element.c:177
dom_exception _dom_html_element_get_elements_by_tag_name(struct dom_element *element, dom_string *name, struct dom_nodelist **result)
Definition html_element.c:263
dom_exception _dom_html_element_remove_attribute(struct dom_element *element, dom_string *name)
Definition html_element.c:213
dom_exception _dom_html_element_has_attribute(struct dom_element *element, dom_string *name, bool *result)
Definition html_element.c:231
dom_exception _dom_html_element_get_elements_by_tag_name_ns(struct dom_element *element, dom_string *namespace, dom_string *localname, struct dom_nodelist **result)
Definition html_element.c:298
dom_exception _dom_html_element_set_attribute(struct dom_element *element, dom_string *name, dom_string *value)
Definition html_element.c:195