* Upper-case tag name * @return {string}
()
| 258 | * @return {string} |
| 259 | */ |
| 260 | upperName() { |
| 261 | return this.tagName_; |
| 262 | } |
| 263 | /** |
| 264 | * Returns an array of attributes. Each attribute has two fields: name and |
| 265 | * value. Name is always lower-case, value is the case from the original |