- From: Joseph Kesselman <keshlam@us.ibm.com>
- Date: Sat, 5 May 2001 01:40:47 -0400
- To: Wendi Sisson <wsisson@east.fedex.com>
- Cc: www-dom@w3.org
>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