RE: Question about Dom

All Nodes are "owned" by a particular Document object.  This makes it easier
to mix multiple DOM implementations in a single application.  Thus, the
factory methods need to work in the context of a particular Document, so
they are on the Document interface.

This is a Frequently Asked Question, and we'll soon add some entries to the
DOM FAQ to cover it.

> -----Original Message-----
> From:	Sergey N. Yatskevich [SMTP:syatskevich@n21lab.gosniias.msk.ru]
> Sent:	Monday, October 16, 2000 6:57 AM
> To:	www-dom@w3.org
> Subject:	Question about Dom
> 
> Why create* methods are in Document Interface raser DOMImplementation.
> 
> -- 
> Sergey N. Yatskevich <syatskevich@n21lab.gosniias.msk.ru>

Received on Monday, 16 October 2000 09:55:08 UTC