DOMImplementation.hasFeature(feature, version)
Returns
A Boolean value. If the specified version of the feature is supported, then the method returns TRUE, otherwise it returns FALSE.
Description
The hasFeature() method checks to see if the calling object supports a specified version of a feature.