null_new()
instantiates a newnull
node.null_type()
checks if the node is anull
node.null_<child>_get()
returns the<child>
node ofnull
.null_<child>_set()
sets the new<child>
and deletes the old<child>
.null_<child>_rep()
sets the new<child>
and returns the old<child>
.