cpx_new()
instantiates a newcpx
node.cpx_type()
checks if the node is acpx
node.cpx_<child>_get()
returns the<child>
node ofcpx
.cpx_<child>_set()
sets the new<child>
and deletes the old<child>
.cpx_<child>_rep()
sets the new<child>
and returns the old<child>
.