(text: string)
| 137 | } |
| 138 | |
| 139 | public createComment(text: string): Comment { |
| 140 | return new Comment(text, this); |
| 141 | } |
| 142 | |
| 143 | public createDocumentFragment(): DocumentFragment { |
| 144 | return new DocumentFragment(this); |
no outgoing calls
no test coverage detected