cef_xml_reader_t.move_to_attribute_byqname

Moves the cursor to the attribute with the specified qualified name. Returns true (1) if the cursor position was set successfully.

struct cef_xml_reader_t
extern (System)
int function(cef_xml_reader_t* self, const(cef_string_t)* qualifiedName) nothrow move_to_attribute_byqname;

Meta