Re: difference between Document and XmlDocument

>What is the difference between the classes org.w3c.dom.Document and
>com.sun.xml.tree.XmlDocument?

The former is part of the W3C's Document Model Object API. It's an
Interface.

The latter isn't. (I believe it's a class which is a concrete instantiation
of the org.w3c.dom.Document API -- one of many DOM implementations in Java
-- but I haven't rechecked so don't take my word for it.)

______________________________________
Joe Kesselman  / IBM Research

Received on Monday, 7 May 2001 09:50:42 UTC