Searched refs:getNamespaceURI (Results 1 – 8 of 8) sorted by relevance
148 …return this.currentTagName === $.TEMPLATE && this.treeAdapter.getNamespaceURI(this.current) === NS…201 const ns = this.treeAdapter.getNamespaceURI(this.current);226 const ns = this.treeAdapter.getNamespaceURI(this.current);246 const ns = this.treeAdapter.getNamespaceURI(this.current);266 this.treeAdapter.getNamespaceURI(this.current) !== NS.HTML279 this.treeAdapter.getNamespaceURI(this.current) !== NS.HTML288 this.treeAdapter.getNamespaceURI(this.current) !== NS.HTML331 const ns = this.treeAdapter.getNamespaceURI(this.items[i]);348 const ns = this.treeAdapter.getNamespaceURI(this.items[i]);368 const ns = this.treeAdapter.getNamespaceURI(this.items[i]);[all …]
24 const neNamespaceURI = this.treeAdapter.getNamespaceURI(newElement);38 this.treeAdapter.getNamespaceURI(element) === neNamespaceURI &&
487 this.treeAdapter.getNamespaceURI(current) !== NS.HTML &&525 if (this.treeAdapter.getNamespaceURI(this.fragmentContext) === NS.HTML) {633 const ns = this.treeAdapter.getNamespaceURI(current);709 const ns = this.treeAdapter.getNamespaceURI(element);735 this._insertElement(entry.token, this.treeAdapter.getNamespaceURI(entry.element));845 const ns = this.treeAdapter.getNamespaceURI(openElement);893 const ns = this.treeAdapter.getNamespaceURI(element);1048 const ns = p.treeAdapter.getNamespaceURI(elementEntry.element);1063 const ns = p.treeAdapter.getNamespaceURI(commonAncestor);1075 const ns = p.treeAdapter.getNamespaceURI(formattingElementEntry.element);[all …]
14 switch (treeAdapter.getNamespaceURI(element)) {67 …if (tn === HTML.TAG_NAMES.TEMPLATE && treeAdapter.getNamespaceURI(node) === HTML.NAMESPACES.HTML) {
24 * [getNamespaceURI](#getnamespaceuri)295 ### getNamespaceURI subsection297 ▸ **getNamespaceURI**(element: *Element*): `string`
64 const ns = this.treeAdapter.getNamespaceURI(node);
169 exports.getNamespaceURI = function(element) { function
296 exports.getNamespaceURI = function(element) { function