Searched refs:uriByPrefix (Results 1 – 6 of 6) sorted by relevance
6 …uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in rt
6 …uriByPrefix=function(e){return this.prefixMap[e||"xmlns"]||this.parent&&this.parent.uriByPrefix(e)… method in Wn
12 …uriByPrefix=function(n){return this.prefixMap[n||"xmlns"]||this.parent&&this.parent.uriByPrefix(n)… method in nn
12 …uriByPrefix=function(n){return this.prefixMap[n||"xmlns"]||this.parent&&this.parent.uriByPrefix(n)… method in Mi
7 …uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.g… method in Yi
10389 this.uriByPrefix = function(prefix) { method in Namespaces10952 uri = uri || wellknownUri || namespaces.uriByPrefix(prefix);10965 while (namespaces.uriByPrefix(newPrefix)) {