(no version information, might be only in CVS)
DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific feature
Test if the DOM implementation implements a specific
feature.
You can find a list of all features in the Conformance section of the DOM specification.
featureThe feature to test.
version
The version number of the feature to test. In
level 2, this can be either 2.0 or
1.0.