cef_domdocument_t.get_element_by_id

Returns the document element with the specified ID value.

struct cef_domdocument_t
extern (System)
cef_domnode_t* function(cef_domdocument_t* self, const(cef_string_t)* id) nothrow get_element_by_id;

Meta