Home | History | Annotate | Download | only in libxml2

Lines Matching refs:attr

5752  * @attr: HTML attribute
5761 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) {
5764 if ( !elt || ! attr )
5769 if ( !xmlStrcmp((const xmlChar*)*p, attr) )
5774 if ( !xmlStrcmp((const xmlChar*)*p, attr) )
5779 if ( !xmlStrcmp((const xmlChar*)*p, attr) )