cef_domnode_t.has_element_attribute

Returns true (1) if this element has an attribute named |attrName|.

struct cef_domnode_t
extern (System)
int function(cef_domnode_t* self, const(cef_string_t)* attrName) nothrow has_element_attribute;

Meta