Dom Methods
# XML DOM - Properties and Methods
* * *
Properties and methods define the programming interface for the XML DOM.
* * *
## Programming Interface
The DOM models XML as a series of node objects. Nodes can be accessed using JavaScript or other programming languages. In this tutorial, we use JavaScript.
The programming interface for the DOM is defined through a standard set of properties and methods.
**Properties** often
YouTip