XML DOM Question:
Download Job Interview Questions and Answers PDF
List the features of DOM?
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
Define HTML DOM? | Explain the difference between DOM and SAX? |