aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Dom preserves allnodes? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Dom preserves allnodes?" Watch "Dom preserves allnodes?" New topic
Author

Dom preserves allnodes?

simon tiberius
Greenhorn

Joined: Oct 30, 2012
Posts: 29
I read that DOM preserves all nodes, even when the nodes that have been removed from DOM tree. the only way to truly remove these "removed" nodes is to to a page refresh. is this correct (according to latest DOM spec)? thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Dom preserves allnodes?
 
Similar Threads
Difference between SAX and DOM??
how to remove indentation in a xml using java api
DOM tree leaf nodes
documentBuilderFactory parse problem
Sorting XML nodes?