MATLAB: Is there an xml parentNode property

xmlxml parentnode

Is there a parentNode property inside matlab?

Best Answer

Matlab uses Java classes for its implementation of the xml DOM. There is indeed a way to get the parent of a node with getParentNode (same name as your custom function!)
I'm not sure how the second part of the body of your question ties to the title of the question.