Searched refs:_isInTemplate (Results 1 – 2 of 2) sorted by relevance
60 … return this._isInTemplate() ? this.treeAdapter.getTemplateContent(this.current) : this.current;73 private _isInTemplate(): boolean { method in OpenElementStack91 if (this._isInTemplate()) {100 if (this.tmplCount > 0 && this._isInTemplate()) {148 if (this.tmplCount > 0 && this._isInTemplate()) {
4 …_isInTemplate(){return this.currentTagName===i.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.cur… method in e.exports