cef_xml_reader_t.move_to_attribute_bylname

Moves the cursor to the attribute with the specified local name and namespace URI. 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)* localName, const(cef_string_t)* namespaceURI) nothrow move_to_attribute_bylname;

Meta