XML DOM ownerDocument Property
-- Learn not only technology, but also dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
XML DOM Tutorial
DOM Node List and Named Node Map
DOM DocumentImplementation Object
DOM ProcessingInstruction Object
XML DOM - Node Type
XML DOM - NodeList Object
XML DOM ownerDocument Property
Definition and Usage
The ownerDocument property returns the root element (document) of the node.
```
YouTip