what is xml domthe dom stands for document object


What is XML DOM?

The DOM stands for Document Object Model, which explains the logical formation of documents and provides the way to access and manipulate a document. It supplies an Application Programming Interface (API) to XML documents. It is built around the object-oriented design; thus, it is known as DOM. The DOM model considers an XML document as a composition of objects and each object consists of properties and behaviors that can be manipulated by the DOM methods. The DOM permits creating and building XML documents, navigating the structure of documents, and managing the elements and their data. You can use the DOM methods and objects with any language, like C#, VB, JavaScript, and VBScript.

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is xml domthe dom stands for document object
Reference No:- TGS0311200

Expected delivery within 24 Hours