Wednesday, 23 January 2019

How do I reference the DOM Java packages

How do I reference the DOM Java packages?

Answer:


If you are implementing the interfaces defined by DOM, then you must use the official package name of those interfaces, which, by definition, is "org.w3c.dom". If you add any additional interfaces or change the interfaces in any way, they may not start with "org.w3c.dom" - they have to be in a different package.

No comments:

Post a Comment