(name: string, namespace?: string | null)
| 35 | destroy(): void; |
| 36 | createComment(value: string): RComment; |
| 37 | createElement(name: string, namespace?: string | null): RElement; |
| 38 | createText(value: string): RText; |
| 39 | /** |
| 40 | * This property is allowed to be null / undefined, |
no outgoing calls