Searched refs:xsltAddChild (Results 1 – 1 of 1) sorted by relevance
/external/libxslt/libxslt/ |
D | transform.c | 634 xsltAddChild(xmlNodePtr parent, xmlNodePtr cur) { in xsltAddChild() function 784 copy = xsltAddChild(target, copy); in xsltCopyTextString() 950 copy = xsltAddChild(target, copy); in xsltCopyText() 1172 copy = xsltAddChild(insert, copy); in xsltShallowCopyElem() 1505 copy = xsltAddChild(insert, copy); in xsltCopyTreeInternal() 2323 copy = xsltAddChild(insert, copy); in xsltApplySequenceConstructor() 3791 copy = xsltAddChild(ctxt->insert, copy); in xsltCopy() 3799 copy = xsltAddChild(ctxt->insert, copy); in xsltCopy() 3858 copy = xsltAddChild(ctxt->insert, copy); in xsltText() 3951 copy = xsltAddChild(ctxt->insert, copy); in xsltElement() [all …]
|