INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. Detach this node from all relationships with other nodes. This is the first step of a move.
()
| 1155 | * This is the first step of a move. |
| 1156 | */ |
| 1157 | protected void detach() { |
| 1158 | final DomNode exParent = parent_; |
| 1159 | |
| 1160 | basicRemove(); |
| 1161 | |
| 1162 | fireRemoval(exParent); |
| 1163 | } |
| 1164 | |
| 1165 | /** |
| 1166 | * Cuts off all relationships this node has with siblings and parents. |
no test coverage detected