XML > Get parent element

Hello together,

for example I use this:

How can I get the parent element of this element?

-parent like NSXMLNode doesn’t work. I tried in different ways.

I don’t wanna write a loop for this task, because the whose statement is so much faster than a loop in AS can do.

Thanks.