* Returns an array of attributes. Each attribute has two fields: name and * value. Name is always lower-case, value is the case from the original * document. Values are unescaped. * @return {!Array<!ParsedAttr>}
()
| 267 | * @return {!Array<!ParsedAttr>} |
| 268 | */ |
| 269 | attrs() { |
| 270 | return this.attrs_; |
| 271 | } |
| 272 | /** |
| 273 | * Returns an object mapping attribute name to attribute value. This is |
| 274 | * populated lazily, as it's not used for most tags. |
no outgoing calls
no test coverage detected