Availability: |
| ||||||
JavaScript syntax: | - | myImplementation = myDocument.implementation | |||||
Object methods: | hasFeature() |
This is part of the DOM compliant implementation that MSIE now provides.
It has no enumerable properties and is a member of a the Implementation object class. It describes the DOM implementation that is supported.
The DOM level 2 specification adds the following two methods:
createDocumentType()
createDocument()
The DOM level 1 standard calls this a DOMImplementation object. MSIE calls it an Implementation object.
See also: | Document.implementation |
Method | JavaScript | JScript | N | IE | Opera | NES | ECMA | DOM | CSS | HTML | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|
hasFeature() | 1.5 ![]() | 5.0 ![]() | 6.0 ![]() | 5.0 ![]() | ![]() | ![]() | ![]() | 1 ![]() | ![]() | ![]() | - |
Prev | Home | Next |
Implementation | Up | Implementation.hasFeature() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |