What is XmlDocument?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is XmlDocument?
Rating:
XmlDocument is a class defined within the System.Xml namespace. It represents an XML document. The XmlDocument class is used to create an in-memory tree object containing an XML hierarchical node structure and related data. Once this hierarchical tree is loaded in memory, the XML Document Object Model (DOM) is used to navigate through it.
Rating:
Was this information helpful?
Other articles
- What is optimization?
- How to add files to a Setup package?
- What is the AcceptButton property?
- Building Graphical User Interface
- What are context menus?