Searched refs:xsltGetSpecialNamespace (Results 1 – 5 of 5) sorted by relevance
/external/libxslt/libxslt/ |
D | namespaces.c | 337 xsltGetSpecialNamespace(xsltTransformContextPtr ctxt, xmlNodePtr invocNode, in xsltGetSpecialNamespace() function 648 return(xsltGetSpecialNamespace(ctxt, cur, ns->href, ns->prefix, out)); in xsltGetNamespace() 670 return(xsltGetSpecialNamespace(ctxt, cur, NULL, NULL, out)); in xsltGetNamespace() 687 return(xsltGetSpecialNamespace(ctxt, cur, URI, ns->prefix, out)); in xsltGetNamespace()
|
D | namespaces.h | 46 xsltGetSpecialNamespace (xsltTransformContextPtr ctxt,
|
D | attributes.c | 902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref, in xsltAttributeInternal() 907 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, in xsltAttributeInternal()
|
D | transform.c | 1009 ns = xsltGetSpecialNamespace(ctxt, invocNode, in xsltShallowCopyAttr() 1102 copyNs = xsltGetSpecialNamespace(ctxt, invocNode, in xsltCopyAttrListNoOverwrite() 1205 copy->ns = xsltGetSpecialNamespace(ctxt, in xsltShallowCopyElem() 1215 xsltGetSpecialNamespace(ctxt, node, NULL, NULL, copy); in xsltShallowCopyElem() 1604 copy->ns = xsltGetSpecialNamespace(ctxt, invocNode, in xsltCopyTreeInternal() 1613 xsltGetSpecialNamespace(ctxt, invocNode, NULL, NULL, copy); in xsltCopyTreeInternal() 2375 copy->ns = xsltGetSpecialNamespace(ctxt, cur, in xsltApplySequenceConstructor() 2397 xsltGetSpecialNamespace(ctxt, cur, in xsltApplySequenceConstructor() 4010 copy->ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, copy); in xsltElement() 4018 xsltGetSpecialNamespace(ctxt, inst, NULL, NULL, copy); in xsltElement()
|
D | templates.c | 710 copyNs = xsltGetSpecialNamespace(ctxt, attr->parent, in xsltAttrListTemplateProcess()
|