(content: string, options?: ContentOptions)
| 1580 | readonly removed: boolean; |
| 1581 | readonly namespaceURI: string; |
| 1582 | getAttribute(name: string): string | null; |
| 1583 | hasAttribute(name: string): boolean; |
| 1584 | setAttribute(name: string, value: string): Element; |
| 1585 | removeAttribute(name: string): Element; |
nothing calls this directly
no outgoing calls
no test coverage detected