Searched refs:copyNs (Results 1 - 2 of 2) sorted by relevance

/external/libxslt/libxslt/
H A Dtemplates.c621 xmlNsPtr origNs = NULL, copyNs = NULL; local
710 copyNs = xsltGetSpecialNamespace(ctxt, attr->parent,
713 copyNs = xsltGetNamespace(ctxt, attr->parent,
716 if (copyNs == NULL)
719 copyNs = NULL;
721 copy->ns = copyNs;
H A Dtransform.c1087 xmlNsPtr origNs = NULL, copyNs = NULL; local
1102 copyNs = xsltGetSpecialNamespace(ctxt, invocNode,
1104 if (copyNs == NULL)
1107 copyNs = NULL;
1115 copy = xmlNewNsProp(target, copyNs, attr->name,
1119 copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
1122 copy = xmlNewNsProp(target, copyNs, attr->name, NULL);

Completed in 45 milliseconds