Searched refs:targetNs (Results 1 - 4 of 4) sorted by relevance
/external/libxslt/libxslt/ |
H A D | namespaces.c | 98 xmlNsPtr targetNs = NULL; local 156 targetNs = xmlSearchNs(node->doc, node, NULL); 158 targetNs = xmlSearchNs(node->doc, node, resultPrefix); 160 if (targetNs == NULL) { 209 alias->targetNs = targetNs; 258 targetNs = xmlSearchNs(node->doc, node, NULL); 259 if (targetNs == NULL) { 262 targetNsName = targetNs->href; 264 targetNs [all...] |
H A D | xslt.c | 1873 if ((alias->targetNs != NULL) && 1874 (alias->targetNs->href != NULL)) 1886 elem->ns = alias->targetNs; 1895 alias->targetNs->prefix); 1901 (! xmlStrEqual(ns->href, alias->targetNs->href))) 1908 * alias->targetNs might come from an other 1915 alias->targetNs->href, 1916 alias->targetNs->prefix); 1963 if ((alias->targetNs != NULL) && 1964 (alias->targetNs [all...] |
H A D | xsltInternals.h | 1201 xmlNsPtr targetNs; member in struct:_xsltNsAlias
|
/external/libxml2/ |
H A D | xmlschemas.c | 4953 const xmlChar *targetNs) 4958 name, targetNs)); 4961 name, targetNs)); 4950 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, xmlSchemaTypeType itemType, const xmlChar *name, const xmlChar *targetNs) argument
|
Completed in 325 milliseconds