Multiple choice technology testing What is the method used to get the root element of an xml document RootElement GetRootItem GetRootNode GetRootElement Reveal answer Fill a bubble to check yourself D Correct answer Explanation GetRootElement is the standard method to retrieve the root element from an XML document object. This method returns the top-level element from which all other elements in the XML hierarchy descend.