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