DOMImplementation.hasFeature

I'm near to release a DOM level 2 implementation that implements all
intefaces of Core and XML modules for GNOME.

Is it right if my implementation of DOMImplementation.hasFeature method
have the following behavior?

DOMImplementation.hasFeature("Core", NULL) --> TRUE
DOMImplementation.hasFeature("XML", NULL) --> TRUE
DOMImplementation.hasFeature("Core", "2.0") --> TRUE
DOMImplementation.hasFeature("XML", "2.0") --> TRUE
DOMImplementation.hasFeature("Core", "1.0") --> TRUE
DOMImplementation.hasFeature("XML", "1.0") --> TRUE
else FALSE

Thanx
   Paolo
--
Paolo Casarini - casarini@cs.unibo.it

Received on Thursday, 22 March 2001 18:13:01 UTC