* migrate this node to a new parent
(newParent: Node)
| 488 | * migrate this node to a new parent |
| 489 | */ |
| 490 | migrate(newParent: Node) { |
| 491 | this.document.migrateNode(this, newParent) |
| 492 | } |
| 493 | |
| 494 | /** |
| 495 | * if the node is linked in the document tree |
nothing calls this directly
no test coverage detected