## Node.prepend_child()


Prepend *child* as the first child of this node.


Usage

``` python
Node.prepend_child(child)
```
