What is an XPath node tree?
A “node tree” is what is constructed by an XPath processor after parsing. XPath operates on an XML document as a tree of “nodes.” A node tree built by an XPath processor can be used to provide a document hierarchy represented as an inverted tree with the “root node” at the top and the branches and trunk below.