XML DOM Question:

List the features of DOM?

Tweet Share WhatsApp

Answer:

DOM is Document Object Model. It is used to read data from a XML document. It is more commonly used in applications where data in the document needs to be repeated accessed. DOM supports navigation in any direction. XML DOM is typically used for XML documents. The DOM defines the objects and properties of all document elements, and the methods (interface) to access them.

Download XML DOM PDF Read All 26 XML DOM Questions
Previous QuestionNext Question
Define HTML DOM?Explain the difference between DOM and SAX?