Lines Matching full:attributename
101 var attributeName = getAttributeName(name);
103 return this.getAttribute(attributeName);
106 var attributeName = getAttributeName(name);
108 return this.hasAttribute(attributeName);
143 var attributeName = getAttributeName(name);
145 var oldValue = this.getAttribute(attributeName);
148 this.removeAttribute(attributeName);
150 this.setAttribute(attributeName, value);
159 var attributeName = getAttributeName(name);
161 var oldValue = (this.getAttribute(attributeName) === name);
164 this.setAttribute(attributeName, name);
166 this.removeAttribute(attributeName);