(_namespaceURI: string, qualifiedName: string)
| 63 | createElement(tagName: string): IRRElement; |
| 64 | |
| 65 | createElementNS(_namespaceURI: string, qualifiedName: string): IRRElement; |
| 66 | |
| 67 | createTextNode(data: string): IRRText; |
| 68 |
no outgoing calls
no test coverage detected