Rhino and DOM support

6.1k Views Asked by At

Does Rhino have support for using DOM objects?

2

There are 2 best solutions below

0
On BEST ANSWER

DOM is not part of core ECMAScript; it is usually provided by the browser the ECMAScript engine runs on.

2
On

Yes, E4X is a simple DOM implementation...perhaps better than the normal Java DOM implementation.