cef_domnode_t

Undocumented in source.
struct cef_domnode_t {}

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_as_markup
cef_string_userfree_t function(cef_domnode_t*) get_as_markup;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_document
cef_domdocument_t* function(cef_domnode_t*) get_document;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_element_attribute
cef_string_userfree_t function(cef_domnode_t*, const(cef_string_t)*) get_element_attribute;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_element_attributes
void function(cef_domnode_t*, cef_string_map_t) get_element_attributes;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_element_bounds
cef_rect_t function(cef_domnode_t*) get_element_bounds;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_element_inner_text
cef_string_userfree_t function(cef_domnode_t*) get_element_inner_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_element_tag_name
cef_string_userfree_t function(cef_domnode_t*) get_element_tag_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_first_child
cef_domnode_t* function(cef_domnode_t*) get_first_child;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_form_control_element_type
cef_string_userfree_t function(cef_domnode_t*) get_form_control_element_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_last_child
cef_domnode_t* function(cef_domnode_t*) get_last_child;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_name
cef_string_userfree_t function(cef_domnode_t*) get_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_next_sibling
cef_domnode_t* function(cef_domnode_t*) get_next_sibling;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_parent
cef_domnode_t* function(cef_domnode_t*) get_parent;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_previous_sibling
cef_domnode_t* function(cef_domnode_t*) get_previous_sibling;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_type
cef_dom_node_type_t function(cef_domnode_t*) get_type;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
get_value
cef_string_userfree_t function(cef_domnode_t*) get_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
has_children
int function(cef_domnode_t*) has_children;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
has_element_attribute
int function(cef_domnode_t*, const(cef_string_t)*) has_element_attribute;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
has_element_attributes
int function(cef_domnode_t*) has_element_attributes;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_editable
int function(cef_domnode_t*) is_editable;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_element
int function(cef_domnode_t*) is_element;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_form_control_element
int function(cef_domnode_t*) is_form_control_element;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_same
int function(cef_domnode_t*, cef_domnode_t*) is_same;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
is_text
int function(cef_domnode_t*) is_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_element_attribute
int function(cef_domnode_t*, const(cef_string_t)*, const(cef_string_t)*) set_element_attribute;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_value
int function(cef_domnode_t*, const(cef_string_t)*) set_value;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta