October 2017
Beginner
318 pages
7h 26m
English
The power of the XML I/O system is that in between loading and writing our XML document, we can freely modify the Document object dom stored in memory. Also, the changes we make to the object in Java memory will then be written to our permanent XML file. So let's begin by making some changes:
NodeList owners = dom.getElementsByTagName("owner");
Read now
Unlock full access