XML Methods Ending in “2” (GetRoot2, GetChild2, GetParent2, NextSibling2, …)
A Chilkat XML object represents a single node within an XML document. The “root” is the topmost node in the XML document tree. As long as at least a single reference to a node (anywhere in the tree) exists, the entire XML tree remains in memory. Typically, an XML API returns a new node object when navigating. Chilkat XML does […]