Searched refs:nsPrefix (Results 1 – 7 of 7) sorted by relevance
338 const xmlChar *nsName, const xmlChar *nsPrefix, in xsltGetSpecialNamespace() argument362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) { in xsltGetSpecialNamespace()434 if ((nsPrefix != NULL) && in xsltGetSpecialNamespace()435 (nsPrefix[0] == 'x') && (nsPrefix[1] == 'm') && in xsltGetSpecialNamespace()436 (nsPrefix[2] == 'l') && (nsPrefix[3] == 0)) in xsltGetSpecialNamespace()438 return(xmlSearchNs(target->doc, target, nsPrefix)); in xsltGetSpecialNamespace()446 if ((ns->prefix == NULL) == (nsPrefix == NULL)) { in xsltGetSpecialNamespace()447 if (ns->prefix == nsPrefix) { in xsltGetSpecialNamespace()452 } else if (xmlStrEqual(ns->prefix, nsPrefix)) { in xsltGetSpecialNamespace()490 ((target->parent->ns->prefix != NULL) == (nsPrefix != NULL))) in xsltGetSpecialNamespace()[all …]
655 const xmlChar *nsPrefix; member677 const xmlChar *nsPrefix; member
782 prefix = comp->nsPrefix; in xsltAttributeInternal()
939 comp->nsPrefix = prefix; in xsltElementComp()1060 comp->nsPrefix = prefix; in xsltAttributeComp()
3931 prefix = comp->nsPrefix; in xsltElement()
605 const xmlChar *nsPrefix);
568 const xmlChar *nsPrefix);