Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlCopyPropList

4021  * xmlCopyPropList:
4030 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) {
4191 ret->properties = xmlCopyPropList(ret, node->properties);