A node only has one parent. You seem to be including some of the other ancestors, but not all of them, in some of your lists of "parent" nodes. I don't see any consistency in what you want. However if you want to get all the ancestors of a node, then there's the
ancestors axis.