- From: Chris Hubick <maillist@chris.hubick.com>
- Date: Tue, 22 Sep 1998 04:02:14 +0000 (GMT)
- To: www-dom@w3.org
A standardized DocumentFactory interface would be nice, just something simple like: --- package org.w3c.dom; public interface DocumentFactory { public Document makeDocument(); } --- A standardized factory interface would make it easier for applications to use multiple, or switch between, DOM implementations. Each DOM implementor could implement this interface, returning a Document from their implementation. Applications which build DOM hierarchies could take a DocumentFactory as an argument allowing them to be implementation independant. --- Chris Hubick mailto:chris@hubick.com http://www.hubick.com/
Received on Tuesday, 22 September 1998 07:07:48 UTC