(
namespace: string | null,
qualifiedName: string,
value: string,
)
| 94 | setAttribute(name: string, attribute: string): void; |
| 95 | |
| 96 | setAttributeNS( |
| 97 | namespace: string | null, |
| 98 | qualifiedName: string, |
| 99 | value: string, |
no outgoing calls
no test coverage detected