libdom
|
#include <element.h>
Public Attributes | |
struct dom_node_protect_vtable | base |
dom_exception(* | dom_element_parse_attribute )(dom_element *ele, dom_string *name, dom_string *value, dom_string **parsed) |
The internal used vtable for element
struct dom_node_protect_vtable dom_element_protected_vtable::base |
dom_exception(* dom_element_protected_vtable::dom_element_parse_attribute) (dom_element *ele, dom_string *name, dom_string *value, dom_string **parsed) |
Called by dom_attr_set_value, and used to check whether the new attribute value is valid and return a valid on if it is not