pars_new()
instantiates a newpars
node.pars_type()
checks if the node is apars
node.pars_seq_get()
returns all the child nodes as a list.pars_get()
returns node at positionindex
.pars_set()
sets node at positionindex
and deletes the previous node.pars_rep()
sets node at positionindex
and returns the previous node.pars_ins()
inserts nodes starting from positionindex
.