(name)
| 293 | } |
| 294 | |
| 295 | getAttributeNode(name) { |
| 296 | return attributes.getAttributeByName(this, name); |
| 297 | } |
| 298 | |
| 299 | getAttributeNodeNS(namespace, localName) { |
| 300 | return attributes.getAttributeByNameNS(this, namespace, localName); |
no outgoing calls
no test coverage detected