Home
last modified time | relevance | path

Searched refs:nsPrefix (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
Dnamespaces.c338 const xmlChar *nsName, const xmlChar *nsPrefix, in xsltGetSpecialNamespace() argument
362 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 …]
DxsltInternals.h655 const xmlChar *nsPrefix; member
677 const xmlChar *nsPrefix; member
Dattributes.c782 prefix = comp->nsPrefix; in xsltAttributeInternal()
Dpreproc.c939 comp->nsPrefix = prefix; in xsltElementComp()
1060 comp->nsPrefix = prefix; in xsltAttributeComp()
Dtransform.c3931 prefix = comp->nsPrefix; in xsltElement()
/external/libxml2/include/libxml/
Dtree.h605 const xmlChar *nsPrefix);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h568 const xmlChar *nsPrefix);