What is XML DOM

What is meant by the XML DOM?

E

Expert

Verified

DOM is Document Object Model that explains logical formation of the documents and gives way for accessing and manipulating a document. It provides an Application Programming Interface (API) to XML documents. It is made around the object-oriented design; thus, known as DOM. The DOM model consider an XML document as a composition of objects and each object comprises of the properties and behaviours which can easily be employed by the DOM methods. DOM permits building and creating of XML documents, managing elements and their data and navigating structure of the documents. The DOM methods and objects can be   used with any language, like VB, C#, JavaScript, and VBScript.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.