Searched refs:targetNs (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dnamespaces.c98 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 Dxslt.c1883 if ((alias->targetNs != NULL) &&
1884 (alias->targetNs->href != NULL))
1896 elem->ns = alias->targetNs;
1905 alias->targetNs->prefix);
1911 (! xmlStrEqual(ns->href, alias->targetNs->href)))
1918 * alias->targetNs might come from an other
1925 alias->targetNs->href,
1926 alias->targetNs->prefix);
1973 if ((alias->targetNs != NULL) &&
1974 (alias->targetNs
[all...]
H A DxsltInternals.h1206 xmlNsPtr targetNs; member in struct:_xsltNsAlias
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemas.c4972 const xmlChar *targetNs)
4977 name, targetNs));
4980 name, targetNs));
4969 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, xmlSchemaTypeType itemType, const xmlChar *name, const xmlChar *targetNs) argument
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c4953 const xmlChar *targetNs)
4958 name, targetNs));
4961 name, targetNs));
4950 xmlSchemaGetNamedComponent(xmlSchemaPtr schema, xmlSchemaTypeType itemType, const xmlChar *name, const xmlChar *targetNs) argument

Completed in 377 milliseconds