Searched refs:currentAttr (Results 1 – 2 of 2) sorted by relevance
277 private currentAttr: Attribute = { name: '', value: '' }; property in Tokenizer466 this.currentAttr = {476 if (getTokenAttr(token, this.currentAttr.name) === null) {477 token.attrs.push(this.currentAttr);481 attrLocations[this.currentAttr.name] = this.currentLocation;715 this.currentAttr.value += String.fromCodePoint(cp);1789 this.currentAttr.name += String.fromCodePoint(cp);1794 this.currentAttr.name += REPLACEMENT_CHARACTER;1798 … this.currentAttr.name += String.fromCodePoint(isAsciiUpper(cp) ? toAsciiLower(cp) : cp);1887 this.currentAttr.value += REPLACEMENT_CHARACTER;[all …]
4 …currentAttr;e.location.attrs||(e.location.attrs=Object.create(null)),e.location.attrs[t.name]=this… property