InterviewSolution
Saved Bookmarks
| 1. |
What Are The Advantages Of Dom Parsing? |
|
Answer» The DOM is a common interface for manipulating document structures. ONE of its design goals is that JAVA code WRITTEN for one DOM-compliant parser should run on any other DOM-compliant parser without CHANGES. The DOM is a common interface for manipulating document structures. One of its design goals is that Java code written for one DOM-compliant parser should run on any other DOM-compliant parser without changes. |
|