|
|
>The example imports org.w3c.dom.DOMImplementationRegistry.
That API name changed between the working draft and the final DOM Level 3 spec. The current name is indeed org.w3c.dom.bootstrap.DOMImplementationRegistry, and the example should be updated.
See http://www.w3.org/TR/DOM-Level-3-Core/java-binding.html#java-binding
______________________________________
"... Three things see no end: A loop with exit code done wrong,
A semaphore untested, And the change that comes along. ..."
-- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.org/pegasus/songs/threes-rev-11.html)
|
|