libdom
|
#include <attr.h>
Public Attributes | |
struct dom_node_vtable | base |
dom_exception(* | dom_attr_get_name )(struct dom_attr *attr, dom_string **result) |
dom_exception(* | dom_attr_get_specified )(struct dom_attr *attr, bool *result) |
dom_exception(* | dom_attr_get_value )(struct dom_attr *attr, dom_string **result) |
dom_exception(* | dom_attr_set_value )(struct dom_attr *attr, dom_string *value) |
dom_exception(* | dom_attr_get_owner_element )(struct dom_attr *attr, struct dom_element **result) |
dom_exception(* | dom_attr_get_schema_type_info )(struct dom_attr *attr, struct dom_type_info **result) |
dom_exception(* | dom_attr_is_id )(struct dom_attr *attr, bool *result) |
struct dom_node_vtable dom_attr_vtable::base |
dom_exception(* dom_attr_vtable::dom_attr_get_name) (struct dom_attr *attr, dom_string **result) |
dom_exception(* dom_attr_vtable::dom_attr_get_owner_element) (struct dom_attr *attr, struct dom_element **result) |
dom_exception(* dom_attr_vtable::dom_attr_get_schema_type_info) (struct dom_attr *attr, struct dom_type_info **result) |
dom_exception(* dom_attr_vtable::dom_attr_get_specified) (struct dom_attr *attr, bool *result) |
dom_exception(* dom_attr_vtable::dom_attr_get_value) (struct dom_attr *attr, dom_string **result) |
dom_exception(* dom_attr_vtable::dom_attr_is_id) (struct dom_attr *attr, bool *result) |
dom_exception(* dom_attr_vtable::dom_attr_set_value) (struct dom_attr *attr, dom_string *value) |