(name: string)
| 1697 | readonly removed: boolean; |
| 1698 | readonly namespaceURI: string; |
| 1699 | getAttribute(name: string): string | null; |
| 1700 | hasAttribute(name: string): boolean; |
| 1701 | setAttribute(name: string, value: string): Element; |
| 1702 | removeAttribute(name: string): Element; |
no outgoing calls
no test coverage detected