.NET FAQs Unleashed!
 
    
    

What is the XPathNavigator class used for?

The XPathNavigator class is used to navigate an XML document that is created using an XPathDocument object. The XPathDocument object comprehends the DOM structure of the XML file, and the XPathNavigator object understands the XPath expressions.



More Interview Questions...