Searched refs:literalNs (Results 1 – 3 of 3) sorted by relevance
/external/libxslt/libxslt/ |
D | namespaces.c | 97 xmlNsPtr literalNs = NULL; in xsltNamespaceAlias() local 135 literalNs = xmlSearchNs(node->doc, node, NULL); in xsltNamespaceAlias() 137 literalNs = xmlSearchNs(node->doc, node, stylePrefix); in xsltNamespaceAlias() 138 if (literalNs == NULL) { in xsltNamespaceAlias() 208 alias->literalNs = literalNs; in xsltNamespaceAlias() 235 literalNs = xmlSearchNs(node->doc, node, NULL); in xsltNamespaceAlias() 236 if (literalNs == NULL) { in xsltNamespaceAlias() 239 literalNsName = literalNs->href; /* Yes - set for nsAlias table */ in xsltNamespaceAlias() 241 literalNs = xmlSearchNs(node->doc, node, stylePrefix); in xsltNamespaceAlias() 243 if ((literalNs == NULL) || (literalNs->href == NULL)) { in xsltNamespaceAlias() [all …]
|
D | xslt.c | 1866 ((alias->literalNs == NULL) || in xsltLREBuildEffectiveNs() 1867 (alias->literalNs->href == NULL)) ) || in xsltLREBuildEffectiveNs() 1870 (alias->literalNs != NULL) && in xsltLREBuildEffectiveNs() 1871 xmlStrEqual(elem->ns->href, alias->literalNs->href) ) ) in xsltLREBuildEffectiveNs() 1956 ((alias->literalNs == NULL) || in xsltLREBuildEffectiveNs() 1957 (alias->literalNs->href == NULL)) ) || in xsltLREBuildEffectiveNs() 1960 (alias->literalNs != NULL) && in xsltLREBuildEffectiveNs() 1961 xmlStrEqual(elem->ns->href, alias->literalNs->href) ) ) in xsltLREBuildEffectiveNs() 2103 if ((alias->literalNs != NULL) && in xsltLREBuildEffectiveNsNodes() 2104 (xmlStrEqual(alias->literalNs->href, ns->href))) in xsltLREBuildEffectiveNsNodes()
|
D | xsltInternals.h | 1200 xmlNsPtr literalNs; member
|