Does Rhino have support for using DOM objects?
Rhino and DOM support
6.1k Views Asked by xelco52 At
2
There are 2 best solutions below
2

Yes, E4X is a simple DOM implementation...perhaps better than the normal Java DOM implementation.
DOM is not part of core ECMAScript; it is usually provided by the browser the ECMAScript engine runs on.