cef_xml_reader_t.get_attribute_bylname

Returns the value of the attribute with the specified local name and namespace URI.

struct cef_xml_reader_t
extern (System)
cef_string_userfree_t function(cef_xml_reader_t* self, const(cef_string_t)* localName, const(cef_string_t)* namespaceURI) nothrow get_attribute_bylname;

Meta