Searched refs:xmlCopyPropInternal (Results 1 – 1 of 1) sorted by relevance
3995 xmlCopyPropInternal(xmlDocPtr doc, xmlNodePtr target, xmlAttrPtr cur) { in xmlCopyPropInternal() function4103 return xmlCopyPropInternal(NULL, target, cur); in xmlCopyProp()4176 return((xmlNodePtr) xmlCopyPropInternal(doc, parent, (xmlAttrPtr) node)); in xmlStaticCopyNode()