So far I exposed _children, tag and attrib. I just hope I don't need more.
One suggestion: why not having a "parent" in each Element? Today you create a map of all parents the first time you need to evaluate the ".." XPath expression. I cannot use it for a tree that is too large.
So far I exposed _children, tag and attrib. I just hope I don't need more.
One suggestion: why not having a "parent" in each Element? Today you create a map of all parents the first time you need to evaluate the ".." XPath expression. I cannot use it for a tree that is too large.