gumbo_get_attribute

Given a vector of GumboAttributes, look up the one with the specified name and return it, or NULL if no such attribute exists. This uses a case-insensitive match, as HTML is case-insensitive.

extern (C)
gumbo_get_attribute
(,
const char* name
)

Meta