(newChild: Node)
| 4796 | prefix: string; |
| 4797 | removeChild(oldChild: Node): Node; |
| 4798 | appendChild(newChild: Node): Node; |
| 4799 | isSupported(feature: string, version: string): boolean; |
| 4800 | isEqualNode(arg: Node): boolean; |
| 4801 | lookupPrefix(namespaceURI: string): string; |
no outgoing calls