Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlRemoveProp

2058  * xmlRemoveProp:
2067 xmlRemoveProp(xmlAttrPtr cur) {
2072 "xmlRemoveProp : cur == NULL\n");
2079 "xmlRemoveProp : cur->parent == NULL\n");
2103 "xmlRemoveProp : attribute not owned by its node\n");
2924 xmlRemoveProp((xmlAttrPtr) attr);