Home
last modified time | relevance | path

Searched refs:nsName (Results 1 – 15 of 15) sorted by relevance

/external/libxslt/libxslt/
Dnamespaces.c338 const xmlChar *nsName, const xmlChar *nsPrefix, in xsltGetSpecialNamespace() argument
362 if ((nsPrefix == NULL) && ((nsName == NULL) || (nsName[0] == 0))) { in xsltGetSpecialNamespace()
448 if (xmlStrEqual(ns->href, nsName)) in xsltGetSpecialNamespace()
453 if (xmlStrEqual(ns->href, nsName)) in xsltGetSpecialNamespace()
473 ns = xmlSearchNsByHref(target->doc, target, nsName); in xsltGetSpecialNamespace()
495 if (xmlStrEqual(ns->href, nsName)) in xsltGetSpecialNamespace()
498 xmlStrEqual(ns->href, nsName)) in xsltGetSpecialNamespace()
508 if (xmlStrEqual(ns->href, nsName)) in xsltGetSpecialNamespace()
532 ns = xmlSearchNsByHref(target->doc, target, nsName); in xsltGetSpecialNamespace()
558 ns = xmlSearchNsByHref(target->doc, target, nsName); in xsltGetSpecialNamespace()
[all …]
Dattributes.c654 const xmlChar *name = NULL, *prefix = NULL, *nsName = NULL; in xsltAttributeInternal() local
804 nsName = comp->ns; in xsltAttributeInternal()
822 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1); in xsltAttributeInternal()
845 nsName = ns->href; in xsltAttributeInternal()
856 attr = xmlHasNsProp(targetElem, name, nsName); in xsltAttributeInternal()
877 if (nsName != NULL) { in xsltAttributeInternal()
881 ns = xsltTreeAcquireStoredNs(some doc, nsName, prefix); in xsltAttributeInternal()
886 if (nsName != NULL) { in xsltAttributeInternal()
902 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, BAD_CAST pref, in xsltAttributeInternal()
907 ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, in xsltAttributeInternal()
[all …]
Dxslt.c1805 const xmlChar *nsName, in xsltTreeAcquireStoredNs() argument
1825 if (xmlStrEqual(ns->href, nsName)) in xsltTreeAcquireStoredNs()
1830 xmlStrEqual(ns->href, nsName)) in xsltTreeAcquireStoredNs()
1840 ns->next = xmlNewNs(NULL, nsName, prefix); in xsltTreeAcquireStoredNs()
2171 effNs->nsName = ns->href; in xsltLREBuildEffectiveNsNodes()
2247 const xmlChar *nsName) in xsltCompilerVarInfoPush() argument
2276 ivar->nsName = nsName; in xsltCompilerVarInfoPush()
2449 const xmlChar *nsName = NULL, *name = NULL; in xsltCompilerNodePop() local
2456 nsName = node->ns->href; in xsltCompilerNodePop()
2458 nsName = BAD_CAST ""; in xsltCompilerNodePop()
[all …]
Dpreproc.c1273 int *hasProp, const xmlChar **nsName, in xsltGetQNameProperty() argument
1278 if (nsName) in xsltGetQNameProperty()
1279 *nsName = NULL; in xsltGetQNameProperty()
1319 if (nsName) in xsltGetQNameProperty()
1320 *nsName = xmlDictLookup(style->dict, URI, -1); in xsltGetQNameProperty()
DxsltInternals.h1162 const xmlChar *nsName; member
1248 const xmlChar *nsName; member
Dtransform.c2340 (xmlStrEqual(ns->href, effNs->nsName))) in xsltApplySequenceConstructor()
2345 ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); in xsltApplySequenceConstructor()
3882 const xmlChar *name, *prefix = NULL, *nsName = NULL; in xsltElement() local
3963 nsName = comp->ns; in xsltElement()
3978 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1); in xsltElement()
4004 nsName = ns->href; in xsltElement()
4009 if (nsName != NULL) { in xsltElement()
4010 copy->ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, copy); in xsltElement()
/external/webkit/LayoutTests/dom/xhtml/level1/core/
Dhc_nodegetnextsibling.js95 var nsName;
106 nsName = nsNode.nodeName;
108 assertEquals("whitespace","#text",nsName);
/external/webkit/LayoutTests/dom/html/level1/core/
Dhc_nodegetnextsibling.js95 var nsName;
106 nsName = nsNode.nodeName;
108 assertEquals("whitespace","#text",nsName);
/external/icu4c/i18n/
Dnumsys.cpp134 …const UChar *nsName = ures_getStringByKeyWithFallback(numberElementsRes, buffer, &count, &localSta… in createInstance() local
136 u_UCharsToChars(nsName,buffer,count); in createInstance()
272 const char *nsName = ures_getKey(nsCurrent); in getAvailableNames() local
273 fNumsysNames->addElement(new UnicodeString(nsName, -1, US_INV),status); in getAvailableNames()
Ddcfmtsym.cpp186 const char *nsName; in initialize() local
217 nsName = ns->getName(); in initialize()
230 nsName = gLatn; in initialize()
233 UBool isLatn = !uprv_strcmp(nsName,gLatn); in initialize()
238 nonLatnSymbols = ures_getByKeyWithFallback(numberElementsRes, nsName, NULL, &nlStatus); in initialize()
Dsmpdtfmt.cpp1055 UnicodeString nsName; in processOverrideString() local
1070 nsName.setTo(currentString); in processOverrideString()
1073 nsName.setTo(currentString,equalSignPosition+1); in processOverrideString()
1077 int32_t nsNameHash = nsName.hashCode(); in processOverrideString()
1095 nsName.extract(0,len,kw+8,ULOC_KEYWORD_AND_VALUES_CAPACITY-8,US_INV); in processOverrideString()
/external/libxml2/
Dxmlschemas.c884 const xmlChar *nsName; member
943 const xmlChar *nsName; member
2207 ielem->nsName, ielem->localName)); in xmlSchemaFormatNodeForError()
2215 vctxt->inode->nsName, vctxt->inode->localName)); in xmlSchemaFormatNodeForError()
2486 return (xmlSchemaFormatQName(str, ni->nsName, ni->localName)); in xmlSchemaFormatErrorNodeQName()
2518 xmlChar *localName, *nsName; in xmlSchemaComplexTypeErr() local
2535 nsName = NULL; in xmlSchemaComplexTypeErr()
2572 nsName = xmlStrdup(BAD_CAST "{*}"); in xmlSchemaComplexTypeErr()
2578 nsName = xmlStrdup(BAD_CAST "{##other:"); in xmlSchemaComplexTypeErr()
2580 nsName = xmlStrdup(BAD_CAST "{"); in xmlSchemaComplexTypeErr()
[all …]
Dtree.c6326 const xmlChar *nsName, int useDTD) in xmlGetPropNodeInternal() argument
6335 if (nsName == NULL) { in xmlGetPropNodeInternal()
6351 ((prop->ns->href == nsName) || in xmlGetPropNodeInternal()
6352 xmlStrEqual(prop->ns->href, nsName))) in xmlGetPropNodeInternal()
6385 if (nsName == NULL) { in xmlGetPropNodeInternal()
6410 if (xmlStrEqual((*cur)->href, nsName)) { in xmlGetPropNodeInternal()
7770 const xmlChar *nsName, in xmlDOMWrapStoreNs() argument
7786 xmlStrEqual(ns->href, nsName)) { in xmlDOMWrapStoreNs()
7796 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs()
8151 const xmlChar* nsName, in xmlSearchNsByNamespaceStrict() argument
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDocumentImpl.java1577 String nsName = expandedName.substring(0, colonpos); in getNamespaceFromExpandedNameID() local
1579 return nsName; in getNamespaceFromExpandedNameID()
/external/libxml2/include/libxml/
Dtree.h566 const xmlChar *nsName,