Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlRemoveProp

2047  * xmlRemoveProp:
2056 xmlRemoveProp(xmlAttrPtr cur) {
2061 "xmlRemoveProp : cur == NULL\n");
2068 "xmlRemoveProp : cur->parent == NULL\n");
2092 "xmlRemoveProp : attribute not owned by its node\n");
2913 xmlRemoveProp((xmlAttrPtr) attr);