Define XML DOM

What is XML DOM?

E

Expert

Verified

DOM stands for Document Object Model that describes logical formation of the documents and provides a way to access and manipulate the document. It provides the Application Programming Interface (API) to the XML documents. This is built around object-oriented design; hence, it is called DOM. DOM model considers the XML document as the composition of the objects and each object consists of the properties and behaviours which could be manipulated by DOM methods. DOM permits us to create and build XML documents, navigate the structure of documents, and manage the elements and their data. We can use DOM methods and objects with several languages, like JavaScript, C#, VB, and VBScript.

   Related Questions in Computer Engineering

©TutorsGlobe All rights reserved 2022-2023.