libdom
Loading...
Searching...
No Matches
dom_element_protected_vtable Struct Reference

#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)
 

Detailed Description

The internal used vtable for element

Member Data Documentation

◆ base

struct dom_node_protect_vtable dom_element_protected_vtable::base

◆ dom_element_parse_attribute

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


The documentation for this struct was generated from the following file: