cef_xml_reader_t.move_to_attribute_byindex

Moves the cursor to the attribute at the specified 0-based index. Returns true (1) if the cursor position was set successfully.

struct cef_xml_reader_t
extern (System)
int function(cef_xml_reader_t* self, int index) nothrow move_to_attribute_byindex;

Meta