DOMImplementation->hasFeature()(no version information, might be only in CVS) DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific feature说明class DOMImplementation {bool hasFeature ( string feature, string version ) }
Test if the DOM implementation implements a specific
You can find a list of all features in the Conformance section of the DOM specification. 参数
范例 | ||