Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlCopyPropList

4042  * xmlCopyPropList:
4051 xmlCopyPropList(xmlNodePtr target, xmlAttrPtr cur) {
4216 ret->properties = xmlCopyPropList(ret, node->properties);