- From: Don Brutzman <brutzman@nps.navy.mil>
- Date: Thu, 19 Apr 2001 01:01:22 -0700
- To: www-dom@w3.org
- Cc: Source code task group <source@web3D.org>
- Message-id: <3ADE9B52.53C8D9C1@nps.navy.mil>
Document Object Model (DOM) Level 3 Core Specification
Version 1.0
W3C Working Draft 26 January 2001
Section 1.2. DOM Level 3 Java Binding Extension
http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010126/core.html#Level-3-Java-Binding-Extension
defines DOMImplementationFactory source code.
However that code is not repeated in Appendix B: Java Language Binding
http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010126/java-binding.html
More importantly, it is missing from the code distribution
http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-20010126/java-binding.zip
Is there an official version of DOMImplementationFactory available?
Or might the explanatory example be intentionally omitted from the
java bindings?
Since the DOMImplementationFactory class is abstract, presumably
defining it as part of the org.w3c.dom package (Core) is not
a cause for collision with actual DOM implementations.
FWIW, example source code is attached. It also inserts pertinent working-
draft prose as Javadoc into the section 1.2 source code. It compiles OK.
If accepted, a reverse Javadoc link back (@see DOMImplementationFactory)
and corresponding explanatory javadoc prose ought to be also added to
DOMImplementation.
all the best, Don
--
Don Brutzman Naval Postgraduate School, Code UW/Br Root 200 work 831.656.2149
Monterey California 93943-5000 USA fax 831.656.3679
Virtual worlds/underwater robots/Internet http://web.nps.navy.mil/~brutzman
Attachments
- application/x-unknown-content-type-javafile attachment: DOMImplementationFactory.java
Received on Thursday, 19 April 2001 04:06:33 UTC