DOMImplementation->hasFeature()
(no version information, might be only in CVS)
DOMImplementation->hasFeature() -- Test if the DOM implementation implements a specific featureOpis
class DOMImplementation {bool hasFeature ( string feature, string version )
}
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.
Parametry
featureThe feature to test.
versionThe version number of the
featureto test. In level 2, this can be either 2.0 or 1.0.
Przykłady
| Poprzedni | Spis treści | Następny |
| DOMImplementation->createDocumentType() | Początek rozdziału |