Searched refs:tempattr (Results 1 – 1 of 1) sorted by relevance
576 TidyAttr tempattr; in tidy_add_node_default_properties() local661 tempattr = tidyAttrFirst(obj->node); in tidy_add_node_default_properties()663 if (tempattr) { in tidy_add_node_default_properties()668 name = (char *)tidyAttrName(tempattr); in tidy_add_node_default_properties()669 val = (char *)tidyAttrValue(tempattr); in tidy_add_node_default_properties()677 } while((tempattr = tidyAttrNext(tempattr))); in tidy_add_node_default_properties()
Completed in 9 milliseconds