The XML DOM API is a standard XML-parsing API, and it is the most commonly used when programming XML applications.
XML DOM API是一个标准的xml解析api,而且它最常用于编写XML应用程序。
Unlike SAX, the DOM API permits editing and saving an XML document back to a file or stream.
与SAX不同,DOM API允许对XML文档进行编辑并保存为一个文件或者流。
Directly embedding DOM API calls in the application's business logic is inefficient since any changes in the XML schema would require extensive changes to application code.
在应用程序的业务逻辑中直接嵌入 DOM API 是一种低效率的做法,因为对 XML 模式的任何修改都要求对应用程序代码做大量修改。
应用推荐