XML DOM Interfaces
XML DOM Interfaces
- The DOM defines several interfaces:
Example for XML DOM Interfaces
Learn XML - XML tutorial - XML DOM Interfaces - XML examples - XML programs
Properties of DOM
- Programmers can build documents, navigate their structure, and add, modify, or delete elements and content.
- Provides a standard programming interface that can be used in a wide variety of environments and applications.
- DOM structure models isĀ structural isomorphism because every document contains two DOM
Read Also
Android DOM ParserDOM Levels
DOM Level 1
- The basic functionality for document navigation and manipulation.
DOM Level 2
- It includes a style sheet object model.
- It defines an event model and provides support for XML namespaces and enhances tree manipulations.
DOM Level 3
- This level still under development.
- Addresses document loading and saving as well as content model ( DTDs and schemas ) with document validation support.