class DOMImplementation

The <code> DOMImplementation </code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. More...

Full nameDOM::DOMImplementation
Definition#include <dom_doc.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods

Protected Members


Detailed Description

The <code> DOMImplementation </code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model.

The DOM Level 1 does not specify a way of creating a document instance, and hence document creation is an operation specific to an implementation. Future Levels of the DOM specification are expected to provide methods for creating documents directly.

bool  hasFeature ( const DOMString &feature, const DOMString &version )

Test if the DOM implementation implements a specific feature.

Parameters:
featureThe package name of the feature to test. In Level 1, the legal values are "HTML" and "XML" (case-insensitive).
versionThis is the version number of the package name to test. In Level 1, this is the string "1.0". If the version is not specified, supporting any version of the feature will cause the method to return <code> true </code> .

Returns: <code> true </code> if the feature is implemented in the specified version, <code> false </code> otherwise.

DOMImplementationImpl * handle ()

[const]

not part of the DOM


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.