(name: string)
| 1183 | readonly removed: boolean; |
| 1184 | readonly namespaceURI: string; |
| 1185 | getAttribute(name: string): string | null; |
| 1186 | hasAttribute(name: string): boolean; |
| 1187 | setAttribute(name: string, value: string): Element; |
| 1188 | removeAttribute(name: string): Element; |
nothing calls this directly
no outgoing calls
no test coverage detected