cef_xml_reader_t

Undocumented in source.
struct cef_xml_reader_t {}

Members

Variables

base
cef_base_t base;
Undocumented in source.
close
int function(cef_xml_reader_t*) close;
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_attribute_byindex
cef_string_userfree_t function(cef_xml_reader_t*, int) get_attribute_byindex;
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_attribute_bylname
cef_string_userfree_t function(cef_xml_reader_t*, const(cef_string_t)*, const(cef_string_t)*) get_attribute_bylname;
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_attribute_byqname
cef_string_userfree_t function(cef_xml_reader_t*, const(cef_string_t)*) get_attribute_byqname;
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_attribute_count
size_t function(cef_xml_reader_t*) get_attribute_count;
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_base_uri
cef_string_userfree_t function(cef_xml_reader_t*) get_base_uri;
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_depth
int function(cef_xml_reader_t*) get_depth;
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_error
cef_string_userfree_t function(cef_xml_reader_t*) get_error;
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_inner_xml
cef_string_userfree_t function(cef_xml_reader_t*) get_inner_xml;
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_line_number
int function(cef_xml_reader_t*) get_line_number;
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_local_name
cef_string_userfree_t function(cef_xml_reader_t*) get_local_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_namespace_uri
cef_string_userfree_t function(cef_xml_reader_t*) get_namespace_uri;
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_outer_xml
cef_string_userfree_t function(cef_xml_reader_t*) get_outer_xml;
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_prefix
cef_string_userfree_t function(cef_xml_reader_t*) get_prefix;
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_qualified_name
cef_string_userfree_t function(cef_xml_reader_t*) get_qualified_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_type
cef_xml_node_type_t function(cef_xml_reader_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_xml_reader_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.
get_xml_lang
cef_string_userfree_t function(cef_xml_reader_t*) get_xml_lang;
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_attributes
int function(cef_xml_reader_t*) has_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.
has_error
int function(cef_xml_reader_t*) has_error;
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_value
int function(cef_xml_reader_t*) has_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.
is_empty_element
int function(cef_xml_reader_t*) is_empty_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.
move_to_attribute_by_index
int function(cef_xml_reader_t*, int) move_to_attribute_by_index;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
move_to_attribute_bylname
int function(cef_xml_reader_t*, const(cef_string_t)*, const(cef_string_t)*) move_to_attribute_bylname;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
move_to_attribute_byqname
int function(cef_xml_reader_t*, const(cef_string_t)*) move_to_attribute_byqname;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
move_to_carrying_element
int function(cef_xml_reader_t*) move_to_carrying_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.
move_to_first_attribute
int function(cef_xml_reader_t*) move_to_first_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.
move_to_next_attribute
int function(cef_xml_reader_t*) move_to_next_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.
move_to_next_node
int function(cef_xml_reader_t*) move_to_next_node;
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